feat(fish): configure ssh

This commit is contained in:
2026-02-23 19:39:55 +01:00
parent aef8985b3e
commit 799c63507a

View File

@@ -18,6 +18,10 @@ set -x STARSHIP_CONFIG $HOME/.config/starship/starship.toml
# Set default kubectl editor
set -x KUBE_EDITOR nvim
if not set -q SSH_AUTH_SOCK
eval (ssh-agent -c) >/dev/null
end
# Docker
alias dc="docker compose"
alias dl="docker logs"