Rename .zprofile zsh init file to .zshrc

This commit is contained in:
2012-05-20 23:34:39 +01:00
parent c81fb63363
commit d335ded5d9

View File

@@ -10,7 +10,7 @@ SYMLINK_PATH="$DOTFILES_LINK"
PRIVATE_PATH="private" PRIVATE_PATH="private"
SYMLINKS=(bundle emacs.d erlang gemrc gitconfig gitignore hgrc irbrc \ SYMLINKS=(bundle emacs.d erlang gemrc gitconfig gitignore hgrc irbrc \
powconfig rspec tmux tmux.conf) powconfig rspec tmux tmux.conf)
LOAD_FILES=(profile zprofile) LOAD_FILES=(profile zshrc)
# #
# Main Functions # Main Functions