Added $HOME/.local/bin to path

This commit is contained in:
Eric Renfro 2019-01-14 14:34:59 -05:00
parent 9597bbe2f4
commit f33876c17f
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