We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4353c commit 1de9473Copy full SHA for 1de9473
environment/bashrc.md
@@ -27,7 +27,7 @@ alias gitl='git log --oneline --decorate --all --graph'
27
alias gitds='git diff --staged'
28
29
# Other programming aliases
30
-alias ua='brew update && brew upgrade && brew cleanup && antigen update'
+alias ua='brew update && brew upgrade && brew cleanup && antigen update && npm update -g'
31
alias pm='python manage.py'
32
alias djangocookie='cookiecutter https://github.com/pydanny/cookiecutter-django'
33
@@ -45,4 +45,4 @@ export VIRTUALENVWRAPPER_PYTHON=/usr/local/Cellar/python3/3.6.4_2/bin/python3
45
46
# Directory settings
47
umask 022
48
-```
+```
0 commit comments