From cb22f5ae676f7ab84a64d12ce26d455d7c6547c7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 10 Jun 2020 02:19:12 +0100 Subject: [PATCH] Un-dot the bin directory --- rcrc | 1 + tag-zsh/zsh/configs/path.zsh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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