From 68b04ca7849d586928bd7e6b36506b213fb930ee Mon Sep 17 00:00:00 2001 From: traxys Date: Mon, 26 Aug 2024 12:30:06 +0200 Subject: [PATCH] minimal: More zsh fixes --- minimal/hm.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/minimal/hm.nix b/minimal/hm.nix index 5473d2d..ade5886 100644 --- a/minimal/hm.nix +++ b/minimal/hm.nix @@ -41,6 +41,7 @@ PYTHONSTARTUP = "${XDG_CONFIG_HOME}/python/pythonrc"; RUSTUP_HOME = "${XDG_DATA_HOME}/rustup"; WINEPREFIX = "${XDG_DATA_HOME}/wine"; + DELTA_PAGER = "less -+X"; }; home.packages = @@ -311,6 +312,8 @@ envExtra = "export EDITOR=nvim"; initExtra = '' + bindkey -e + export PATH="$PATH:$HOME/bin"; if [ -f "$HOME/.zvars" ]; then source "$HOME/.zvars" @@ -348,6 +351,7 @@ zstyle ':completion:*' menu select HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND="" + HISTORY_SUBSTRING_SEARCH_PREFIXED=1 bindkey "^[[A" history-substring-search-up bindkey "^[[B" history-substring-search-down