diff options
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile index 031ab84..11e0c4f 100644 --- a/.bash_profile +++ b/.bash_profile @@ -7,6 +7,6 @@ fi # User specific environment and startup programs -PATH=$PATH:$HOME/.local/bin:$HOME/bin +PATH=$HOME/.local/bin:$HOME/bin:$PATH export PATH |