Update prompt without zprezto

This commit is contained in:
Andrew Tomaka 2015-12-10 11:35:28 -05:00
parent f10fd2d5e9
commit 48c0739427
4 changed files with 12 additions and 62 deletions

View file

@ -1,3 +1,5 @@
alias ..="cd .."
alias ...="cd ../.."
alias ....="cd ../../.."
alias .....="cd ../../../.."
alias a="ls -l --human-readable --all --color=auto"