Add Oh My ZSH! dependency and make a few adjustments to accomodate

This commit is contained in:
Eryn Wells 2013-01-23 11:11:52 -08:00
parent 52396e8b55
commit f40332b379
3 changed files with 38 additions and 6 deletions

2
rc
View file

@ -6,7 +6,7 @@
print_heading -l 1 'Initializing interactive shell'
print_info -l 2 'Creating aliases'
alias j='jobs'
#alias j='jobs'
alias h='history'
alias df='df -h'
alias du='du -h'