aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh/.config
diff options
context:
space:
mode:
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