Compare commits

...

2 Commits

Author SHA1 Message Date
earnest ma f9397ad2c3
gpg/ git over ssh 2022-04-13 14:43:30 -04:00
earnest ma 62465dea0e
cargo 2022-04-13 14:43:30 -04:00
2 changed files with 6 additions and 0 deletions

View File

@ -17,6 +17,8 @@ pathadd_tail() {
export EDITOR=nvim
source "$HOME/.cargo/env"
pathadd_head "$HOME/.local/bin"
pathadd_head '/tmp/bin'
pathadd_head "$HOME/.config/emacs/bin"

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() {