Fixes to FZF and ZSH configuration

This commit is contained in:
Marko Korhonen 2024-09-28 20:04:56 +03:00
parent 37656a1c6b
commit f0daaba8a7
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 11 additions and 8 deletions

View file

@ -31,11 +31,11 @@
# fzf settings
_fzf_compgen_path() {
resultcmd="$FZF_DEFAULT_COMMAND . $1"
eval "''${resultcmd}
eval "''${resultcmd}"
}
_fzf_compgen_dir() {
resultcmd="$FZF_ALT_C_COMMAND . $1"
eval "''${resultcmd}
eval "''${resultcmd}"
}
# nvim ftw!
export PAGER="$EDITOR -R +\"lua require 'pager'\""