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 56b565e..e14bd96 100644 --- a/.bash_profile +++ b/.bash_profile @@ -6,7 +6,7 @@ # add user's bin directory to path if [ -d "$HOME/.local/bin" ] then - export PATH="$HOME/.local/bin:$PATH" + export PATH="$HOME/.local/bin:$PATH" fi source "$HOME/.config/shell/profile" |
