Un-dot the bin directory
This commit is contained in:
parent
62e2db48ec
commit
cb22f5ae67
1
rcrc
1
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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue