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:
3
zshrc
3
zshrc
@@ -31,6 +31,9 @@ if [ -d "$HOME/.composer" ]; then
|
|||||||
path+=("$HOME/.composer/vendor/bin")
|
path+=("$HOME/.composer/vendor/bin")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# No matches found for "*"
|
||||||
|
unsetopt nomatch
|
||||||
|
|
||||||
# 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