Skip to content

Commit

Permalink
feat(alias) htop
Browse files Browse the repository at this point in the history
  • Loading branch information
yannvr committed Mar 27, 2021
1 parent 9eabef9 commit b7c0758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc.alias
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ a sr'screen -r'
a sd'screen -d'
a myip="curl http://ipecho.net/plain; echo"
a fix-gitignore='git rm -r --cached . && git add . && git commit -m "fixed untracked files"'

a h="htop"

HAS_NVIM=`which nvim`
if [ ! -z $HAS_NVIM ]
Expand Down

0 comments on commit b7c0758

Please sign in to comment.