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

Bugfix for wildcards.

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

3
zshrc
View File

@@ -31,6 +31,9 @@ if [ -d "$HOME/.composer" ]; then
path+=("$HOME/.composer/vendor/bin")
fi
# No matches found for "*"
unsetopt nomatch
# History search
autoload -U history-search-end
bindkey -v