From d335ded5d93b28877f9469a3384b6a5eef16b4cb Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 20 May 2012 23:34:39 +0100 Subject: [PATCH] Rename `.zprofile` zsh init file to `.zshrc` --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index bc38431..1937847 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ SYMLINK_PATH="$DOTFILES_LINK" PRIVATE_PATH="private" SYMLINKS=(bundle emacs.d erlang gemrc gitconfig gitignore hgrc irbrc \ powconfig rspec tmux tmux.conf) -LOAD_FILES=(profile zprofile) +LOAD_FILES=(profile zshrc) # # Main Functions