Fix configurazione Fig

This commit is contained in:
Fabio Scotto di Santolo
2022-07-09 18:32:15 +02:00
parent e9733a8e6e
commit 19a0c575c1
2 changed files with 3 additions and 5 deletions

6
.zshrc
View File

@@ -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"