summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2022-05-31 11:35:09 +0200
committerMinijackson <minijackson@riseup.net>2022-05-31 11:35:09 +0200
commit328e70f1404cbe99dec90636e123bd927b770f3f (patch)
treea31023ef9fda39bbfbf3e8c5fbaff90002ff320a
parent2a588d71fd4a7fd4fff67266ff75e89b21214bf4 (diff)
downloadnixos-config-reborn-328e70f1404cbe99dec90636e123bd927b770f3f.tar.gz
nixos-config-reborn-328e70f1404cbe99dec90636e123bd927b770f3f.zip
zshrc: add run-help bindkey, load nix variant
-rw-r--r--dotfiles/zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/zshrc b/dotfiles/zshrc
index 56439a2..c7d6bf6 100644
--- a/dotfiles/zshrc
+++ b/dotfiles/zshrc
@@ -117,6 +117,9 @@ bindkey '^[[B' history-substring-search-down
117bindkey '^[OA' history-substring-search-up 117bindkey '^[OA' history-substring-search-up
118bindkey '^[OB' history-substring-search-down 118bindkey '^[OB' history-substring-search-down
119 119
120autoload -rUz run-help-nix
121bindkey '^K' run-help
122
120# }}} 123# }}}
121 124
122# Aliases {{{ 125# Aliases {{{