fixing aliases custom

This commit is contained in:
Locojay 2011-06-06 11:22:03 -04:00
commit 4b850135a6
2 changed files with 3 additions and 1 deletions

View file

@ -52,7 +52,6 @@ alias lsbom='lsbom -f -l -s -pf'
alias zs='source ~/.zshrc'
if [[ -x "${commands[htop]}" ]]; then
alias top=htop
else