Use ~/.local/bin instead of ~/.bin as local bin directory
This commit is contained in:
parent
2743c68c72
commit
cd5e783ccf
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ setopt no_complete_aliases
|
|||
# Variable to pass to sdotdrop to get current user
|
||||
export USRNAME=$USER
|
||||
|
||||
# Add ~/.bin to path
|
||||
export PATH="/home/$USER/.bin:$PATH"
|
||||
# Add ~/.local/bin to path
|
||||
export PATH="/home/$USER/.local/bin:$PATH"
|
||||
|
||||
# Add ~/.cargo/bin to path
|
||||
export PATH="/home/$USER/.cargo/bin:$PATH"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue