diff --git a/install.sh b/install.sh index c25d98a..4f0e434 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/zprofile b/zshrc similarity index 74% rename from zprofile rename to zshrc index 0e7a523..5df4c58 100644 --- a/zprofile +++ b/zshrc @@ -1,3 +1,3 @@ +# append to bottom of zshrc + [[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile - -