gix SSH auth
This commit is contained in:
parent
cb351314f5
commit
14bc877d74
@ -8,7 +8,11 @@ set -gx PATH $HOME/.go/bin $PATH
|
|||||||
set -gx EDITOR nvim
|
set -gx EDITOR nvim
|
||||||
set fish_color_valid_path
|
set fish_color_valid_path
|
||||||
set -g fish_greeting
|
set -g fish_greeting
|
||||||
set -g SSH_AUTH_SOCK ~/.1password/agent.sock
|
|
||||||
|
if [ -f ~/.1password/agent.sock ];
|
||||||
|
set -g SSH_AUTH_SOCK ~/.1password/agent.sock
|
||||||
|
end
|
||||||
|
|
||||||
# Commands to run in interactive sessions can go here
|
# Commands to run in interactive sessions can go here
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
if type -q atuin
|
if type -q atuin
|
||||||
|
Loading…
Reference in New Issue
Block a user