Created
April 29, 2021 19:32
-
-
Save oddlama/14af6cdf353c9c405127932f607ea710 to your computer and use it in GitHub Desktop.
oddlama's .zprofile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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