main
parent
c1195fad46
commit
df0acdae36
|
@ -34,6 +34,6 @@ export CALIBRE_USE_SYSTEM_THEME=0
|
||||||
export CALIBRE_USE_DARK_PALETTE=1
|
export CALIBRE_USE_DARK_PALETTE=1
|
||||||
|
|
||||||
# macOS: homebrew
|
# macOS: homebrew
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
[ -f /opt/homebrew/bin/brew ] && eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
|
||||||
export PATH
|
export PATH
|
||||||
|
|
|
@ -70,6 +70,11 @@ if [[ "$HOST" == core.envs.net ]]; then
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# tycho (which is a laptop)
|
||||||
|
if [[ "$HOST" == tycho && -z "$DISPLAY" ]]; then
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
|
fi
|
||||||
|
|
||||||
# pash configuration
|
# pash configuration
|
||||||
export PASH_KEYID=BF66E5C8A1416E2A857C774CA343F43342EB6E2A
|
export PASH_KEYID=BF66E5C8A1416E2A857C774CA343F43342EB6E2A
|
||||||
pash() {
|
pash() {
|
||||||
|
|
Loading…
Reference in New Issue