added SSH_ASKPASS_REQUIRE='prefer' so I don't have to enter my ssh passwords.
This commit is contained in:
parent
9df6969208
commit
650354860b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue