diff --git a/zsh/.zprofile b/zsh/.zprofile index 2f0ed04..aed0c78 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -4,10 +4,10 @@ if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then fi # set PATH so it includes user's private bin if it exists -if [ -d "$HOME/bin" ] ; then - PATH="$HOME/bin:$PATH" -fi - if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi + +if [ -d "$HOME/bin" ] ; then + PATH="$HOME/bin:$PATH" +fi