diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2025-03-16 11:53:01 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2025-03-16 11:53:01 +0100 |
commit | 31ab1c84a4da06d1bf029c462fd9adeadb601c8c (patch) | |
tree | 07d96aef067ef1d8741708a1fa1a3e91076b3f4a /user-profiles/zsh/zshrc | |
parent | 53755272d797c73a0ecd69f4b07fd7816cc326de (diff) | |
download | nixos-31ab1c84a4da06d1bf029c462fd9adeadb601c8c.tar nixos-31ab1c84a4da06d1bf029c462fd9adeadb601c8c.tar.gz nixos-31ab1c84a4da06d1bf029c462fd9adeadb601c8c.tar.bz2 nixos-31ab1c84a4da06d1bf029c462fd9adeadb601c8c.tar.xz nixos-31ab1c84a4da06d1bf029c462fd9adeadb601c8c.zip |
...
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 | ||