Add ~/.local/bin to PATH in .bashrc
This commit is contained in:
@@ -110,3 +110,6 @@ grey="\001\e[38;5;244m\002"
|
|||||||
reset="\001\e[0m\002"
|
reset="\001\e[0m\002"
|
||||||
|
|
||||||
PS1="$yellow\u$reset@$grey\h$reset "
|
PS1="$yellow\u$reset@$grey\h$reset "
|
||||||
|
|
||||||
|
# Setup environment variables
|
||||||
|
export PATH=$HOME/.local/bin:$PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user