fix missing space

master
Rachel Fae Fox 2020-08-08 18:18:39 -04:00
parent 8206e69880
commit aba259b42b
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ case $OSTYPE in
[ -f ~/dotfiles/profilevars_bsd ] && . ~/dotfiles/profilevars_bsd [ -f ~/dotfiles/profilevars_bsd ] && . ~/dotfiles/profilevars_bsd
;; ;;
linux-gnu) linux-gnu)
[ -f ~/dotfiles/profilevars_linux] && . ~/dotfiles/profilevars_linux [ -f ~/dotfiles/profilevars_linux ] && . ~/dotfiles/profilevars_linux
;; ;;
esac esac
export PATH EDITOR GIT_EDITOR PAGER BROSWER LC_ALL export PATH EDITOR GIT_EDITOR PAGER BROSWER LC_ALL

2
zshrc
View File

@ -21,6 +21,6 @@ case $OSTYPE in
[ -f ~/dotfiles/zshrc_bsd ] && . ~/dotfiles/zshrc_bsd [ -f ~/dotfiles/zshrc_bsd ] && . ~/dotfiles/zshrc_bsd
;; ;;
linux-gnu) linux-gnu)
[ -f ~/dotfiles/zshrc_linux] && . ~/dotfiles/zshrc_linux [ -f ~/dotfiles/zshrc_linux ] && . ~/dotfiles/zshrc_linux
;; ;;
esac esac