Added $HOME/.local/bin to path
This commit is contained in:
parent
17c88d641e
commit
4b6641fb66
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