diff --git a/rcrc b/rcrc index 1f16a08..2335ee7 100644 --- a/rcrc +++ b/rcrc @@ -2,3 +2,4 @@ DOTFILES_DIRS="$HOME/dotfiles-local $HOME/dotfiles" EXCLUDES="install.sh README.md" SYMLINK_DIRS="completion-scripts composer bin functions configs" TAGS="git npm php tmux vim zsh" +UNDOTTED="bin" diff --git a/tag-zsh/zsh/configs/path.zsh b/tag-zsh/zsh/configs/path.zsh index 2097d30..de95723 100644 --- a/tag-zsh/zsh/configs/path.zsh +++ b/tag-zsh/zsh/configs/path.zsh @@ -3,10 +3,10 @@ setopt auto_cd export PATH=\ $PATH:\ /usr/bin:\ -$HOME/.bin:\ $HOME/.composer/vendor/bin:\ $HOME/.local/bin:\ $HOME/.platformsh/bin:\ +$HOME/bin:\ bin:\ node_modules/.bin:\ vendor/bin