5 lines
105 B
Bash
5 lines
105 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
export NVM_DIR="$HOME/.nvm"
|
||
|
|
export REPOS_DIR="$HOME/repos"
|
||
|
|
export CHORE_CHORE="chore: chore"
|