only environment that can support VISUAL is my laptop.
This commit is contained in:
parent
22b9a24582
commit
9b0e464862
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue