Skip to content

Commit 1de9473

Browse files
committed
updated bashrc file to update global npm packages
1 parent df4353c commit 1de9473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

environment/bashrc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ alias gitl='git log --oneline --decorate --all --graph'
2727
alias gitds='git diff --staged'
2828

2929
# Other programming aliases
30-
alias ua='brew update && brew upgrade && brew cleanup && antigen update'
30+
alias ua='brew update && brew upgrade && brew cleanup && antigen update && npm update -g'
3131
alias pm='python manage.py'
3232
alias djangocookie='cookiecutter https://github.com/pydanny/cookiecutter-django'
3333

@@ -45,4 +45,4 @@ export VIRTUALENVWRAPPER_PYTHON=/usr/local/Cellar/python3/3.6.4_2/bin/python3
4545

4646
# Directory settings
4747
umask 022
48-
```
48+
```

0 commit comments

Comments
 (0)