Add pip upgrade command
This commit is contained in:
parent
f45556c076
commit
13eac67631
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ plugins=(git mercurial battery command-not-found colorize debian django git tig
|
|||
extract emotty emoji cp history zsh-history-substring-search)
|
||||
|
||||
alias mpc='mpc -f "%title%[ - %album%]\n\r%artist%[ - %performer%]\n\r%file%"'
|
||||
alias pip-upgrade='pip freeze --user | cut -d'=' -f1 | xargs -n1 pip install -U --user'
|
||||
alias pip-upgrade-venv='pip freeze | cut -d'=' -f1 | xargs -n1 pip install -U'
|
||||
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
source ~/.zsh-theme
|
||||
|
|
Loading…
Reference in a new issue