diff options
| author | 2021-04-11 23:25:32 +0200 | |
|---|---|---|
| committer | 2021-04-11 23:25:32 +0200 | |
| commit | 16086fd22a3e341050ed6c292f8568bd392b3e92 (patch) | |
| tree | 7f492ab43e6e1982678c236693676f53f88df4c3 | |
| parent | f5b4cb79963bec8dcd40fd352bc586c58640d0a6 (diff) | |
| download | dotfiles-16086fd22a3e341050ed6c292f8568bd392b3e92.tar.gz dotfiles-16086fd22a3e341050ed6c292f8568bd392b3e92.tar.bz2 dotfiles-16086fd22a3e341050ed6c292f8568bd392b3e92.zip | |
added alias for yarn
| -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" |
