Add ~/.local/bin to PATH in .bashrc

This commit is contained in:
Kenneth Benzie 2023-08-18 10:54:11 +01:00
parent 399300c162
commit 669dffc2c5

View File

@ -110,3 +110,6 @@ grey="\001\e[38;5;244m\002"
reset="\001\e[0m\002"
PS1="$yellow\u$reset@$grey\h$reset "
# Setup environment variables
export PATH=$HOME/.local/bin:$PATH