diff --git a/shell/.zshrc b/shell/.zshrc index 55d01c8..9d10a1c 100644 --- a/shell/.zshrc +++ b/shell/.zshrc @@ -50,6 +50,9 @@ setopt autocd bindkey -M vicmd '^[h' run-help bindkey -M viins '^[h' run-help +setopt glob_complete +setopt interactive_comments + # Aliases. for f in ~/.config/shellconfig/*.sh(N) ~/.config/shellconfig/*.zsh(N); do source "$f"; done