From aba259b42b0823375f88b1ff40567ce61556856b Mon Sep 17 00:00:00 2001 From: Rachel Fae Fox Date: Sat, 8 Aug 2020 18:18:39 -0400 Subject: [PATCH] fix missing space --- profilevars | 4 ++-- zshrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profilevars b/profilevars index 841fad8..89088c6 100644 --- a/profilevars +++ b/profilevars @@ -17,7 +17,7 @@ case $OSTYPE in [ -f ~/dotfiles/profilevars_bsd ] && . ~/dotfiles/profilevars_bsd ;; linux-gnu) - [ -f ~/dotfiles/profilevars_linux] && . ~/dotfiles/profilevars_linux + [ -f ~/dotfiles/profilevars_linux ] && . ~/dotfiles/profilevars_linux ;; esac -export PATH EDITOR GIT_EDITOR PAGER BROSWER LC_ALL \ No newline at end of file +export PATH EDITOR GIT_EDITOR PAGER BROSWER LC_ALL diff --git a/zshrc b/zshrc index d7362c9..f644621 100644 --- a/zshrc +++ b/zshrc @@ -21,6 +21,6 @@ case $OSTYPE in [ -f ~/dotfiles/zshrc_bsd ] && . ~/dotfiles/zshrc_bsd ;; linux-gnu) - [ -f ~/dotfiles/zshrc_linux] && . ~/dotfiles/zshrc_linux + [ -f ~/dotfiles/zshrc_linux ] && . ~/dotfiles/zshrc_linux ;; esac