diff --git a/dotfiles/bash/profile b/dotfiles/bash/profile index 708a4d5..2a9b3ea 100644 --- a/dotfiles/bash/profile +++ b/dotfiles/bash/profile @@ -6,4 +6,4 @@ export EDITOR="/bin/vim" export PATH="$HOME/.cargo/bin:$PATH" -export PATH="$HOME/.local/bin:$PATH" +export PATH="$PATH:$HOME/.local/bin"