mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:26:41 +00:00
Ensure zsh has bash-compatible completion enabled
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user