only environment that can support VISUAL is my laptop.

This commit is contained in:
Joseph Hanson 2024-10-28 15:35:23 -05:00
parent 22b9a24582
commit 9b0e464862
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -73,7 +73,11 @@ in
update_path ${homeDirectory}/.local/bin
set -gx EDITOR "vim"
set -gx VISUAL "code"
if test (hostname) = "telchar"
set -gx VISUAL "code"
end
set -gx SSH_ASKPASS_REQUIRE "prefer" # This is for git to use the ssh-askpass
set -gx ATUIN_SYNC_ADDRESS "https://sh.hsn.dev"