diff --git a/.profile b/.profile index 54c5cc0..22c63a2 100644 --- a/.profile +++ b/.profile @@ -4,4 +4,4 @@ if test -d $HOME/.profile.d/; then test -r "$profile" && . "$profile" done unset profile -fi \ No newline at end of file +fi diff --git a/.zshrc b/.zshrc index aa9a7bf..270165c 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,5 @@ # Fig pre block. Keep at the top of this file. [[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && . "$HOME/.fig/shell/zshrc.pre.zsh" - # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH @@ -150,8 +149,7 @@ source "$ZSH_HIGHLIGHT_DIR/zsh-syntax-highlighting.zsh" eval "$(pyenv init -)" eval "$(pyenv virtualenv-init -)" -# Fig post block. Keep at the bottom of this file. -[[ -f "$HOME/.fig/shell/zshrc.post.zsh" ]] && . "$HOME/.fig/shell/zshrc.post.zsh" - test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh" +# Fig post block. Keep at the bottom of this file. +[[ -f "$HOME/.fig/shell/zshrc.post.zsh" ]] && . "$HOME/.fig/shell/zshrc.post.zsh"