Commit 7ffe1f2 1 parent bf4fed5 commit 7ffe1f2 Copy full SHA for 7ffe1f2
File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Fig pre block. Keep at the top of this file.
2
- . " $HOME /.fig/shell/zshrc.pre.zsh"
2
+ if [ -f " $HOME /.fig/shell/zshrc.pre.zsh" ]; then
3
+ . " $HOME /.fig/shell/zshrc.pre.zsh"
4
+ fi
3
5
4
6
export ZSH=~ /.oh-my-zsh # Path to your oh-my-zsh installation.
5
7
@@ -199,4 +201,6 @@ test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell
199
201
HEROKU_AC_ZSH_SETUP_PATH=~ /Library/Caches/heroku/autocomplete/zsh_setup && test -f $HEROKU_AC_ZSH_SETUP_PATH && source $HEROKU_AC_ZSH_SETUP_PATH ;
200
202
201
203
# Fig post block. Keep at the bottom of this file.
202
- . " $HOME /.fig/shell/zshrc.post.zsh"
204
+ if [ -f " $HOME /.fig/shell/zshrc.post.zsh" ]; then
205
+ . " $HOME /.fig/shell/zshrc.post.zsh"
206
+ fi
You can’t perform that action at this time.
0 commit comments