1
0
Fork 0

zsh: alias & gpg agent

This commit is contained in:
Vladimír Dudr 2023-11-16 09:30:39 +01:00
parent 1c4260c8b6
commit 66fd675eaf
2 changed files with 4 additions and 0 deletions

View file

@ -42,3 +42,5 @@ alias ssh='kitten ssh'
alias podr='podman run -it --rm'
alias podrs='podman run -it --rm --entrypoint /bin/sh'
alias kubegen='kubectl create --dry-run=client -oyaml'

View file

@ -19,3 +19,5 @@ export LOCALE_ARCHIVE=/usr/lib/locale/locale-archive
GPG_TTY=$(tty)
export GPG_TTY
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)