No known key found for this signature in database
GPG Key ID: B664881177781B04
1 changed files with
3 additions and
0 deletions
-
zshrc.d/.env.zsh
|
|
|
@ -34,6 +34,9 @@ export rvm_project_rvmrc=1 |
|
|
|
# Configure NVM |
|
|
|
export NVM_DIR=~/.nvm |
|
|
|
|
|
|
|
# Configure GPG |
|
|
|
export GPG_TTY=$(tty) |
|
|
|
|
|
|
|
# Configure Path |
|
|
|
PATH="/usr/local/bin:/usr/local/sbin:/sbin:$PATH" |
|
|
|
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH:~/.local/bin" |
|
|
|
|