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 | |
| parent | e2cfdf8ee46649d92ff1d1c521ef1bcda45c3d64 (diff) | |
add more stuff
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 |
