diff options
Diffstat (limited to 'user-profiles/zsh/zshrc')
-rw-r--r-- | user-profiles/zsh/zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/user-profiles/zsh/zshrc b/user-profiles/zsh/zshrc index a83a8069..7d0c1a16 100644 --- a/user-profiles/zsh/zshrc +++ b/user-profiles/zsh/zshrc | |||
@@ -27,4 +27,6 @@ bindkey ';5D' emacs-backward-word | |||
27 | 27 | ||
28 | autoload -Uz url-quote-magic bracketed-paste-magic | 28 | autoload -Uz url-quote-magic bracketed-paste-magic |
29 | zle -N self-insert url-quote-magic | 29 | zle -N self-insert url-quote-magic |
30 | zle -N bracketed-paste bracketed-paste-magic \ No newline at end of file | 30 | zle -N bracketed-paste bracketed-paste-magic |
31 | |||
32 | setopt extended_glob | ||