Skip to content

Commit

Permalink
Add alias
Browse files Browse the repository at this point in the history
  • Loading branch information
masasam committed Apr 30, 2021
1 parent 69c6085 commit 7f7d5a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .zshrc
Expand Up @@ -268,7 +268,8 @@ alias rustupdate='rustup update'
alias cargoupdate='cargo install-update -a'
alias cargocleanup='rm -rf ${HOME}/.cargo/bin/*; cd ${HOME}/src/github.com/masasam/dotfiles; make rustinstall; cd -'
alias yarnupdate='yarn global upgrade'
alias yarncleanup='yarn cache clean'
alias yarncleanupcash='yarn cache clean'
alias yarncleanup='yarn global remove $(yarn global list | grep info | sed 's/^info "\(.*\)@.*".*$/\1/')'
alias pipbackup='cd ${HOME}/src/github.com/masasam/dotfiles; make pipbackup; cd -'
alias pipupdate='pip list --user | cut -d" " -f 1 | tail -n +3 | xargs pip install -U --user'
alias pipcleanup='pip cache purge'
Expand Down

0 comments on commit 7f7d5a0

Please sign in to comment.