mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-16 18:43:07 +00:00
Some maintenance work around bashrc files
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
parent
e34c3dd5ed
commit
094b8a0009
10 changed files with 44 additions and 35 deletions
5
.config/bash/tools/nvm.bashrc
Normal file
5
.config/bash/tools/nvm.bashrc
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue