diff options
| author | Blake Romero <blake@blkrom.com> | 2024-12-15 10:33:33 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-12-15 10:33:33 +0000 |
| commit | 46cf1a0928a04e11cf8d899cc404240cf8062cc6 (patch) | |
| tree | c0738b6fb06f9bb0fadf3281339eaa2925033064 /dot-profile | |
| parent | fbe776ee0f3c3b8cd1e67bf00274d9858e717289 (diff) | |
Fix scripts missing from PATH
Diffstat (limited to 'dot-profile')
| -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 |
