fish: add keychain for ssh key support

This commit is contained in:
Inhji 2023-09-23 13:59:15 +02:00
parent 16e1baa827
commit 6d95f7eab2
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
## Paths
set -xU GOPATH $HOME/.go
set -xU DOTFILES $HOME/.dotfiles
set KEYFILE $HOME/.ssh/id_ed25519
fish_add_path $HOME/.local/bin $HOME/.mix $HOME/.mix/escripts $HOME/.cargo/bin $GOPATH/bin
@ -57,7 +58,7 @@ alias jctl="journalctl -p 3 -xb"
alias cal="ncal -3Mb"
if status is-interactive
# Commands to run in interactive sessions can go here
keychain --eval $KEYFILE | source
end
## Load asdf if available