From 48eb2588cbb3c2efc40af6c02fa7333737819be2 Mon Sep 17 00:00:00 2001 From: arcan1s Date: Wed, 11 Sep 2013 05:59:13 +0400 Subject: [PATCH] Edited zshrc --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 4136883..cbe0e41 100644 --- a/zshrc +++ b/zshrc @@ -94,7 +94,7 @@ alias chromtor='chromium --proxy-server="socks://localhost:9050" --incognito' alias chromi2p='chromium --proxy-server="http=127.0.0.1:4444;https=127.0.0.1:4445" --incognito' alias df='df -h' alias du='du -c -h' -alias su='su -' +alias su='echo "Use \"su -\", Luke"; su -' alias ls='ls --color=auto' alias ll='ls --group-directories-first -l'