feat(fish): configure ssh
This commit is contained in:
@@ -18,6 +18,10 @@ set -x STARSHIP_CONFIG $HOME/.config/starship/starship.toml
|
|||||||
# Set default kubectl editor
|
# Set default kubectl editor
|
||||||
set -x KUBE_EDITOR nvim
|
set -x KUBE_EDITOR nvim
|
||||||
|
|
||||||
|
if not set -q SSH_AUTH_SOCK
|
||||||
|
eval (ssh-agent -c) >/dev/null
|
||||||
|
end
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
alias dc="docker compose"
|
alias dc="docker compose"
|
||||||
alias dl="docker logs"
|
alias dl="docker logs"
|
||||||
|
|||||||
Reference in New Issue
Block a user