zsh: alias & gpg agent
This commit is contained in:
parent
1c4260c8b6
commit
66fd675eaf
2 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue