Updates config to use-package

This commit is contained in:
William Carroll 2017-01-24 15:11:11 -05:00
parent 2076f42c00
commit a328b7e240
3 changed files with 354 additions and 260 deletions

View file

@ -6,6 +6,7 @@ export EDITOR=$(which vim)
echo "Welcome back, $USER"
# display the space available on each mounted Volume
df -hl
@ -50,4 +51,3 @@ stty -ixon
# Run Autojump at shell startup
[[ $(brew --prefix)/etc/profile.d/autojump.sh ]] && \
. $(brew --prefix)/etc/profile.d/autojump.sh