Fixes to FZF and ZSH configuration
This commit is contained in:
parent
37656a1c6b
commit
f0daaba8a7
2 changed files with 11 additions and 8 deletions
|
@ -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'\""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue