add keychain config
This commit is contained in:
parent
fb590a2baf
commit
1aea450add
1 changed files with 6 additions and 0 deletions
|
@ -103,3 +103,9 @@ if test -e /nix
|
|||
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.fish
|
||||
set -x NIX_PATH "$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/root/channels"
|
||||
end
|
||||
|
||||
# Load keychain if installed
|
||||
if command --search keychain > /dev/null
|
||||
keychain -q --nogui $HOME/.ssh/id_ed25519
|
||||
. $HOME/.keychain/$HOST-fish
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue