diff options
| -rw-r--r-- | dot-profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot-profile b/dot-profile index 8c4c503..b8bbcbd 100644 --- a/dot-profile +++ b/dot-profile @@ -5,7 +5,7 @@ # # Add scripts to PATH -[ -d ~/repos/scripts ] && PATH="$PATH:~/repos/scripts" +[ -d ~/repos/scripts ] && PATH=$PATH:~/repos/scripts # Variables export EDITOR=vim |
