summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
author2024-11-02 23:38:51 +0530
committer2024-11-02 23:38:51 +0530
commit26ea4f47734187d327081d48bd0a4c1cd4cd98c1 (patch)
tree8d36bc5b1d52c19225b8196ebe131f0b91d364b1 /.zshrc
parentUpdate nvim config (diff)
downloaddotfiles-26ea4f47734187d327081d48bd0a4c1cd4cd98c1.tar
dotfiles-26ea4f47734187d327081d48bd0a4c1cd4cd98c1.tar.gz
dotfiles-26ea4f47734187d327081d48bd0a4c1cd4cd98c1.tar.bz2
dotfiles-26ea4f47734187d327081d48bd0a4c1cd4cd98c1.tar.lz
dotfiles-26ea4f47734187d327081d48bd0a4c1cd4cd98c1.tar.xz
dotfiles-26ea4f47734187d327081d48bd0a4c1cd4cd98c1.tar.zst
dotfiles-26ea4f47734187d327081d48bd0a4c1cd4cd98c1.zip
Switch to fedora
Diffstat (limited to '')
-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