From 9a23a5c52db86a1783ddeb6f5f915aad1e914c87 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 19 Jul 2017 14:29:58 +0200 Subject: [PATCH] fish: removed annoying rm alias --- shells/fish/config.fish | 1 - 1 file changed, 1 deletion(-) diff --git a/shells/fish/config.fish b/shells/fish/config.fish index 33d993e..cf0a386 100644 --- a/shells/fish/config.fish +++ b/shells/fish/config.fish @@ -20,7 +20,6 @@ alias du1='du --max-depth=1' alias hist='history | grep' # requires an argument alias openports='ss --all --numeric --processes --ipv4 --ipv6' alias pgg='ps -Af | grep' # requires an argument -alias rm=' timeout 3 rm -Iv --one-file-system' alias ln='ln -i' alias chown='chown --preserve-root' alias chmod='chmod --preserve-root'