[UPDATE][SHELL] Remove '~/.local/bin' from PATH
This commit is contained in:
parent
5fc613a7c0
commit
32f464168a
|
@ -10,7 +10,7 @@ if { [ -n "$BASH_VERSION" ] && shopt -q login_shell; } ||
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
# User-local bin directories
|
# User-local bin directories
|
||||||
export PATH="$HOME/bin:$HOME/.local/bin:$PATH"
|
export PATH="$HOME/bin:$PATH"
|
||||||
|
|
||||||
# Color ls output depending on filetype with dircolors
|
# Color ls output depending on filetype with dircolors
|
||||||
[ -e "/etc/DIR_COLORS" ] && DIR_COLORS="/etc/DIR_COLORS"
|
[ -e "/etc/DIR_COLORS" ] && DIR_COLORS="/etc/DIR_COLORS"
|
||||||
|
|
Loading…
Reference in a new issue