Source the fig shell integrations correctly
This commit is contained in:
parent
92af579f43
commit
695b48937b
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
export PATH="$PATH:$HOME/.local/bin"
|
||||
# Fig pre block. Keep at the top of this file.
|
||||
if [ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]; then
|
||||
"$HOME/.fig/shell/zshrc.pre.zsh"
|
||||
. "$HOME/.fig/shell/zshrc.pre.zsh"
|
||||
fi
|
||||
|
||||
# User configuration
|
||||
|
@ -142,5 +142,5 @@ eval "$(starship init zsh)"
|
|||
|
||||
# Fig post block. Keep at the bottom of this file.
|
||||
if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then
|
||||
"$HOME/.fig/shell/zshrc.post.zsh"
|
||||
. "$HOME/.fig/shell/zshrc.post.zsh"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue