bash: add nvm.bash and gpg.bash

This commit is contained in:
Paul Walker
2021-04-12 09:44:42 +01:00
parent 4d1c3c8d96
commit d7ed05c35e
2 changed files with 6 additions and 0 deletions

3
bashrc.d/gpg.bash Normal file
View File

@@ -0,0 +1,3 @@
GPG_TTY=$(tty)
export GPG_TTY

3
bashrc.d/nvm.bash Normal file
View File

@@ -0,0 +1,3 @@
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion