Set editor variables

This commit is contained in:
RealStickman 2023-05-01 12:33:43 +02:00
parent 59fb48a6f5
commit 28b712e75f

View File

@ -33,3 +33,6 @@ set fish_color_cwd yellow
# SSH Agent
set SSH_AUTH_SOCK "$XDG_RUNTIME_DIR/ssh-agent.socket"
export SSH_AUTH_SOCK
# text editor
set EDITOR nvim
set VISUAL nvim