Use ranger instead of fman

This commit is contained in:
Jeffrey Serio 2023-09-15 16:09:50 -05:00
parent 92a513e982
commit 5713ae5b55
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ if test -x "$(command -v gumssh)"; then
bindkey -s '^[s' 'gumssh^M'
fi
## fman
if test -x "${HOME}/go/bin/fman"; then
bindkey -s '^[f' 'fman --theme catppuccin^M'
## ranger
if test -x "$(command -v ranger)"; then
bindkey -s '^[f' 'ranger^M'
fi
## history substring search