earnest ma 2022-06-22 20:02:42 -04:00
parent c1195fad46
commit df0acdae36
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
2 changed files with 6 additions and 1 deletions

View File

@ -34,6 +34,6 @@ export CALIBRE_USE_SYSTEM_THEME=0
export CALIBRE_USE_DARK_PALETTE=1
# macOS: homebrew
eval "$(/opt/homebrew/bin/brew shellenv)"
[ -f /opt/homebrew/bin/brew ] && eval "$(/opt/homebrew/bin/brew shellenv)"
export PATH

View File

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