zsh: glob_complete and interactive_comments
This commit is contained in:
parent
fa925a6a3d
commit
f1244ddfde
@ -50,6 +50,9 @@ setopt autocd
|
|||||||
bindkey -M vicmd '^[h' run-help
|
bindkey -M vicmd '^[h' run-help
|
||||||
bindkey -M viins '^[h' run-help
|
bindkey -M viins '^[h' run-help
|
||||||
|
|
||||||
|
setopt glob_complete
|
||||||
|
setopt interactive_comments
|
||||||
|
|
||||||
# Aliases.
|
# Aliases.
|
||||||
|
|
||||||
for f in ~/.config/shellconfig/*.sh(N) ~/.config/shellconfig/*.zsh(N); do source "$f"; done
|
for f in ~/.config/shellconfig/*.sh(N) ~/.config/shellconfig/*.zsh(N); do source "$f"; done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user