Compare commits

...

2 Commits

Author SHA1 Message Date
earnest ma 3d6356bb02
gpg/ git over ssh 2022-04-13 12:21:36 -04:00
earnest ma c735cfa42f
cargo 2022-04-13 12:14:53 -04:00
2 changed files with 5 additions and 0 deletions

View File

@ -1 +1,2 @@
. $HOME/.zprofile
. "$HOME/.cargo/env"

View File

@ -70,6 +70,10 @@ if [[ "$HOST" == core.envs.net ]]; then
export GPG_TTY=$(tty)
fi
if [[ "$HOST" == tycho && -z "$DISPLAY" ]]; then
export GPG_TTY=$(tty)
fi
# pash configuration
export PASH_KEYID=BF66E5C8A1416E2A857C774CA343F43342EB6E2A
pash() {