diff --git a/.bashrc b/.bashrc index b488fcc..d8f4550 100644 --- a/.bashrc +++ b/.bashrc @@ -115,3 +115,5 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi + +export PATH="$HOME/.local/bin:$PATH"