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"
|
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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue