From 16fdc226b33e6b8db0a1b74812ab5817a65d5ac1 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Mon, 6 Jun 2022 17:38:02 +0100 Subject: [PATCH] Whitespace fix in zshrc file --- zshrc.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc.zsh b/zshrc.zsh index 54c44eb..d98836b 100644 --- a/zshrc.zsh +++ b/zshrc.zsh @@ -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