Moving around zshrc

This commit is contained in:
2020-02-16 21:26:11 -08:00
parent 7473bd8dd6
commit 6ce6608bcd
2 changed files with 2 additions and 3 deletions

View File

@@ -8,4 +8,3 @@ ln -si $DOTFILES/profile ~/.profile
ln -si $DOTFILES/tmux.conf ~/.tmux.conf
ln -si $DOTFILES/vimrc ~/.vimrc
ln -si $DOTFILES/vimrc.bundles ~/.vimrc.bundles
ln -si $DOTFILES/zprofile ~/.zprofile

View File

@@ -1,3 +1,3 @@
# append to bottom of zshrc
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile