diff options
Diffstat (limited to 'bash/.bashrc')
| -rwxr-xr-x | bash/.bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 3090d18..4c9dea3 100755 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -267,6 +267,10 @@ if exists python3; then | |||
| 267 | alias pyhttpd="python3 -m http.server" | 267 | alias pyhttpd="python3 -m http.server" |
| 268 | fi | 268 | fi |
| 269 | 269 | ||
| 270 | if exists yarnpkg; then | ||
| 271 | alias yarn=yarnpkg | ||
| 272 | fi | ||
| 273 | |||
| 270 | if [ -s "/usr/local/opt/nvm/nvm.sh" ]; then | 274 | if [ -s "/usr/local/opt/nvm/nvm.sh" ]; then |
| 271 | export NVM_DIR="$HOME/.nvm" | 275 | export NVM_DIR="$HOME/.nvm" |
| 272 | source "/usr/local/opt/nvm/nvm.sh" | 276 | source "/usr/local/opt/nvm/nvm.sh" |
