aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-12-06 18:27:33 -0600
committerToby Vincent <tobyv@tobyvin.dev>2023-12-06 18:27:33 -0600
commit50ec768be44c1383008849e19b65c30579984cf2 (patch)
treee46bc7dcd3caacbe5fe6fab1f2c840b1eb2dc611 /zsh/.config
parentf2de80b0581375263569269eae00a31862f8e4f1 (diff)
chore(nvim,deps): update plugins
Diffstat (limited to 'zsh/.config')
-rw-r--r--zsh/.config/zsh/.zshrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index c33db78..86625b0 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -1,5 +1,4 @@
#!/bin/zsh
-# vim: ft=sh
export HYPHEN_INSENSITIVE="true"
export DISABLE_UPDATE_PROMPT="true"
@@ -26,7 +25,9 @@ setopt NONOMATCH
setopt CORRECT
setopt INTERACTIVE_COMMENTS
-TRAPUSR1() { rehash }
+TRAPUSR1() {
+ rehash
+}
bindkey -v
bindkey -m 2>/dev/null