1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Add composer bin to path.

This commit is contained in:
Bert Peters
2015-12-25 13:13:47 +01:00
parent df3d8528eb
commit d3dac8feb6

5
zshrc
View File

@@ -26,6 +26,11 @@ elif [[ -s /etc/zsh_command_not_found ]]; then
source /etc/zsh_command_not_found
fi
# Add Composer binaries
if [ -d "$HOME/.composer" ]; then
path+=("$HOME/.composer/vendor/bin")
fi
# History search
autoload -U history-search-end
bindkey -v