From 1653cd78b741292bc06beaae756a93a6830fce2b Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Tue, 20 Oct 2015 13:37:25 +0200 Subject: [PATCH] Adding the top/htop alias back. --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 909b64b..ba324b2 100644 --- a/.zshrc +++ b/.zshrc @@ -60,6 +60,7 @@ alias grep='grep -n --color=auto' alias j='jobs' alias df='df -h' alias du='du -ch' +hash htop 2>/dev/null && alias top='htop' hash xscreensaver-command 2>/dev/null && alias lock='xscreensaver-command --lock' hash sqlmap 2>/dev/null && alias sqlmap='sqlmap --user-agent="Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"' hash sqlmap 2>/dev/null && alias sqlmap-tor='sqlmap --tor --tor-type=SOCKS5'