Add ~/.local/bin to PATH in .bashrc
This commit is contained in:
parent
399300c162
commit
669dffc2c5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user