summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index ddb3011..2e6eaaf 100644
--- a/.zshrc
+++ b/.zshrc
@@ -36,6 +36,8 @@ zstyle ':completion:*' rehash true
zstyle ':completion:*:*:-command-:*:*' group-order alias builtins functions commands
compinit
+compdef dotfiles=git
+
bindkey -M menuselect 'h' vi-backward-char
bindkey -M menuselect 'k' vi-up-line-or-history
bindkey -M menuselect 'l' vi-forward-char
@@ -43,7 +45,6 @@ bindkey -M menuselect 'j' vi-down-line-or-history
promptinit
prompt marc
-add-zsh-hook -Uz precmd osc7_prompt
setopt no_clobber
setopt extendedglob