Added $HOME/.local/bin to path

This commit is contained in:
Eric Renfro 2019-01-14 14:34:59 -05:00
parent 17c88d641e
commit 4b6641fb66
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -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