diff options
Diffstat (limited to 'nix-conf')
-rw-r--r-- | nix-conf/home/includes/common.nix | 2 | ||||
-rw-r--r-- | nix-conf/home/includes/zsh.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix index e1f8fac..082e7a4 100644 --- a/nix-conf/home/includes/common.nix +++ b/nix-conf/home/includes/common.nix @@ -22,7 +22,7 @@ in bat-extras.batgrep bat-extras.batman bat-extras.batwatch - #bat-extras.batpipe # wait for 22.11 + bat-extras.batpipe bottom broot curl diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix index 23a592b..5b5f945 100644 --- a/nix-conf/home/includes/zsh.nix +++ b/nix-conf/home/includes/zsh.nix @@ -109,6 +109,7 @@ export FZF_CTRL_R_OPTS="--preview 'echo {}' --preview-window down:3:hidden:wrap --bind 'ctrl-t:toggle-preview'" export FZF_DEFAULT_OPTS="--bind=ctrl-t:toggle-all --bind=ctrl-j:jump" + eval "$(batpipe)" autopair-init enable-fzf-tab bindkey '^[[A' history-substring-search-up |