bash: add nvm.bash and gpg.bash
This commit is contained in:
3
bashrc.d/gpg.bash
Normal file
3
bashrc.d/gpg.bash
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
GPG_TTY=$(tty)
|
||||||
|
export GPG_TTY
|
||||||
|
|
||||||
3
bashrc.d/nvm.bash
Normal file
3
bashrc.d/nvm.bash
Normal 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
|
||||||
Reference in New Issue
Block a user