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