diff --git a/.bashrc b/.bashrc index 678f174..3974d93 100644 --- a/.bashrc +++ b/.bashrc @@ -64,5 +64,5 @@ bind '"\e[A": history-search-backward' bind '"\e[B": history-search-forward' complete -cf sudo -export PATH="$PATH:~/.local/bin" +export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.elan/bin:$PATH"