diff --git a/zsh/lib/aliases.zsh b/zsh/aliases.zsh similarity index 100% rename from zsh/lib/aliases.zsh rename to zsh/aliases.zsh diff --git a/zsh/lib/completion.zsh b/zsh/completion.zsh similarity index 100% rename from zsh/lib/completion.zsh rename to zsh/completion.zsh diff --git a/zsh/lib/spectrum.zsh b/zsh/spectrum.zsh similarity index 100% rename from zsh/lib/spectrum.zsh rename to zsh/spectrum.zsh diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 7a55f80..bc09ca1 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -33,6 +33,9 @@ if [[ -d /usr/local/sbin ]]; then export PATH=/usr/local/sbin:$PATH fi +# adding path directory for custom scripts +export PATH=$ZSH/bin:$PATH + # check for custom bin directory and add to path if [[ -d ~/bin ]]; then export PATH=~/bin:$PATH