Added an alias

This commit is contained in:
Tony Grosinger 2013-01-27 10:57:01 -08:00
parent 07857af472
commit 00b368d9fd

1
.zshrc Normal file → Executable file
View File

@ -25,6 +25,7 @@ alias -r c="clear & ls -lha"
alias -r ..="cd .."
alias ls="ls --color=auto"
alias la="ls -lha"
alias clear="clear & ls"
# Applications
alias mongod="mongod -f /etc/mongodb.conf"