Added ~/.dotfiles/bin to path
Also removed zsh/lib dir and moved files up a dir
This commit is contained in:
@@ -33,6 +33,9 @@ if [[ -d /usr/local/sbin ]]; then
|
|||||||
export PATH=/usr/local/sbin:$PATH
|
export PATH=/usr/local/sbin:$PATH
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# adding path directory for custom scripts
|
||||||
|
export PATH=$ZSH/bin:$PATH
|
||||||
|
|
||||||
# check for custom bin directory and add to path
|
# check for custom bin directory and add to path
|
||||||
if [[ -d ~/bin ]]; then
|
if [[ -d ~/bin ]]; then
|
||||||
export PATH=~/bin:$PATH
|
export PATH=~/bin:$PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user