Set editor variables

This commit is contained in:
RealStickman 2023-05-01 12:33:43 +02:00
parent 700bdea2eb
commit a86c890f0f

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