Ensure zsh has bash-compatible completion enabled

This commit is contained in:
2013-02-01 10:10:53 +00:00
parent b1236db3b1
commit df064c191c

View File

@@ -41,6 +41,10 @@ source "$ZSH/oh-my-zsh.sh"
# Customize to your needs...
# Enable bash-style completion
autoload -U bashcompinit
bashcompinit
# Disable shared history
unsetopt share_history