diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |