Added $HOME/.local/bin to path
This commit is contained in:
parent
9597bbe2f4
commit
f33876c17f
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -2,7 +2,7 @@
|
|||
# User configuration sourced by interactive shells
|
||||
#
|
||||
typeset -U PATH
|
||||
PATH="$HOME/bin:$PATH"
|
||||
PATH="$HOME/bin:$HOME/.local/bin:$PATH"
|
||||
export PATH
|
||||
|
||||
# Change default zim location
|
||||
|
|
Loading…
Reference in a new issue