added SSH_ASKPASS_REQUIRE='prefer' so I don't have to enter my ssh passwords.

This commit is contained in:
Joseph Hanson 2024-10-10 10:30:37 -05:00
parent 9df6969208
commit 650354860b
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -63,6 +63,8 @@ in
update_path ${homeDirectory}/.local/bin update_path ${homeDirectory}/.local/bin
set -gx EDITOR "vim" set -gx EDITOR "vim"
set -gx VISUAL "code"
set -gx SSH_ASKPASS_REQUIRE "prefer" # This is for git to use the ssh-askpass
set -gx ATUIN_SYNC_ADDRESS "https://sh.hsn.dev" set -gx ATUIN_SYNC_ADDRESS "https://sh.hsn.dev"
# One Password cli # One Password cli