Skip to content

Instantly share code, notes, and snippets.

@oddlama
Created April 29, 2021 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oddlama/14af6cdf353c9c405127932f607ea710 to your computer and use it in GitHub Desktop.
Save oddlama/14af6cdf353c9c405127932f607ea710 to your computer and use it in GitHub Desktop.
oddlama's .zprofile
# Environment
export PATH="$HOME/.local/share/npm-global/bin:$PATH"
# GPG as ssh agent
[[ -z "$SSH_AUTH_SOCK" ]] \
&& export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
export GPG_TTY="$(tty)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment