Adding the top/htop alias back.
This commit is contained in:
parent
7bb8787b71
commit
1653cd78b7
1 changed files with 1 additions and 0 deletions
1
.zshrc
1
.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'
|
||||
|
|
Loading…
Reference in a new issue