Un-dot the bin directory

This commit is contained in:
Oliver Davies 2020-06-10 02:19:12 +01:00
parent 62e2db48ec
commit cb22f5ae67
2 changed files with 2 additions and 1 deletions

1
rcrc
View file

@ -2,3 +2,4 @@ DOTFILES_DIRS="$HOME/dotfiles-local $HOME/dotfiles"
EXCLUDES="install.sh README.md" EXCLUDES="install.sh README.md"
SYMLINK_DIRS="completion-scripts composer bin functions configs" SYMLINK_DIRS="completion-scripts composer bin functions configs"
TAGS="git npm php tmux vim zsh" TAGS="git npm php tmux vim zsh"
UNDOTTED="bin"

View file

@ -3,10 +3,10 @@ setopt auto_cd
export PATH=\ export PATH=\
$PATH:\ $PATH:\
/usr/bin:\ /usr/bin:\
$HOME/.bin:\
$HOME/.composer/vendor/bin:\ $HOME/.composer/vendor/bin:\
$HOME/.local/bin:\ $HOME/.local/bin:\
$HOME/.platformsh/bin:\ $HOME/.platformsh/bin:\
$HOME/bin:\
bin:\ bin:\
node_modules/.bin:\ node_modules/.bin:\
vendor/bin vendor/bin