diff options
Diffstat (limited to 'bash/.profile')
| -rw-r--r-- | bash/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.profile b/bash/.profile index e297b42..3e79369 100644 --- a/bash/.profile +++ b/bash/.profile @@ -1,5 +1,5 @@ # add user's bin directory to path -if [ -d $HOME/.local/bin ] +if [ -d "$HOME/.local/bin" ] then export PATH=$HOME/.local/bin:$PATH fi |
