diff options
Diffstat (limited to 'bash')
| l--------- | bash/.bash_profile | 1 | ||||
| -rw-r--r-- | bash/.profile | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/bash/.bash_profile b/bash/.bash_profile deleted file mode 120000 index aa7da3a..0000000 --- a/bash/.bash_profile +++ /dev/null @@ -1 +0,0 @@ -.profile
\ No newline at end of file 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 |
