mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Add composer bin to path.
This commit is contained in:
5
zshrc
5
zshrc
@@ -26,6 +26,11 @@ elif [[ -s /etc/zsh_command_not_found ]]; then
|
|||||||
source /etc/zsh_command_not_found
|
source /etc/zsh_command_not_found
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Add Composer binaries
|
||||||
|
if [ -d "$HOME/.composer" ]; then
|
||||||
|
path+=("$HOME/.composer/vendor/bin")
|
||||||
|
fi
|
||||||
|
|
||||||
# History search
|
# History search
|
||||||
autoload -U history-search-end
|
autoload -U history-search-end
|
||||||
bindkey -v
|
bindkey -v
|
||||||
|
|||||||
Reference in New Issue
Block a user