Whitespace fix in zshrc file

This commit is contained in:
Jonny Barnes 2022-06-06 17:38:02 +01:00
parent 695b48937b
commit 16fdc226b3

View file

@ -2,7 +2,7 @@
export PATH="$PATH:$HOME/.local/bin" export PATH="$PATH:$HOME/.local/bin"
# Fig pre block. Keep at the top of this file. # Fig pre block. Keep at the top of this file.
if [ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]; then if [ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]; then
. "$HOME/.fig/shell/zshrc.pre.zsh" . "$HOME/.fig/shell/zshrc.pre.zsh"
fi fi
# User configuration # User configuration
@ -142,5 +142,5 @@ eval "$(starship init zsh)"
# Fig post block. Keep at the bottom of this file. # Fig post block. Keep at the bottom of this file.
if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then
. "$HOME/.fig/shell/zshrc.post.zsh" . "$HOME/.fig/shell/zshrc.post.zsh"
fi fi