mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-16 09:37:03 +02:00
6 lines
148 B
Text
6 lines
148 B
Text
GPG_TTY=$(tty)
|
|
export GPG_TTY
|
|
|
|
#Add RVM to PATH for scripting. Make sure this is the last PATH variable change
|
|
|
|
export PATH="$PATH:$HOME/.rvm/bin"
|