fzf aliases

This commit is contained in:
2025-11-13 23:04:27 +01:00
parent 5502a27c60
commit 7870b33e80
5 changed files with 102 additions and 57 deletions

View File

@@ -10,4 +10,11 @@ if type -q bat
set -x -g MANROFFOPT -c
end
set -x -g GPG_TTY $(tty)
# nvim
if type -q nvim
set -x -g EDITOR nvim
set -x -g VISUAL nvim
end
# gpg
set -x -g GPG_TTY (tty)