diff options
| author | Seth Flynn <[email protected]> | 2021-11-22 23:42:32 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2021-11-23 01:40:34 -0500 |
| commit | 54edcf280864dcd2bfcbca6b8b2e056ce1270b99 (patch) | |
| tree | efb17b8b850acfe6925252fa2d93d9bd996a676b /bash/.profile | |
| parent | e2cfdf8ee46649d92ff1d1c521ef1bcda45c3d64 (diff) | |
add more stuff
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 |
