summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2024-05-09 12:05:05 +0200
committerJulian T <julian@jtle.dk>2024-05-09 12:05:05 +0200
commit0066cbfc40878e5d6ad2b0d13c1e3600bd43318a (patch)
tree0e2cf575b79e03801abf839c2cf3e7f8af4b2029 /zsh
parentaa4f850a69acd73186eb1470a2ae425c663c4f8d (diff)
Gentoo changesHEADmastermain
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 48b93f5..10d85fa 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -80,8 +80,10 @@ bindkey "^I" expand-or-complete-with-dots
# Shift-tab
zmodload zsh/complist
+bindkey -e
bindkey -M menuselect '^[[Z' reverse-menu-complete
+
#
# Keybinding
#
@@ -159,5 +161,4 @@ function gotos {
fi
}
-source $HOME/.nix-profile/etc/profile.d/hm-session-vars.sh