From 6ce6608bcdb051aa4c0a7966222c05d0eae8c397 Mon Sep 17 00:00:00 2001 From: Chun Li Date: Sun, 16 Feb 2020 21:26:11 -0800 Subject: [PATCH] Moving around zshrc --- install.sh | 1 - zprofile => zshrc | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) rename zprofile => zshrc (74%) 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 - -