Target the pipup alias between osx/linux
This commit is contained in:
parent
c409e1bd36
commit
a2f8eca28b
1 changed files with 2 additions and 1 deletions
3
zshrc
3
zshrc
|
@ -91,7 +91,8 @@ alias irc="ssh lease -t '. ~/.zshrc; tmux attach -t irc'"
|
||||||
test "$platform" = 'linux' && alias ls="ls -F --color=always"
|
test "$platform" = 'linux' && alias ls="ls -F --color=always"
|
||||||
test "$platform" = 'osx' && alias ls="ls -FG"
|
test "$platform" = 'osx' && alias ls="ls -FG"
|
||||||
alias phpunit="phpdbg -qrr vendor/bin/phpunit"
|
alias phpunit="phpdbg -qrr vendor/bin/phpunit"
|
||||||
alias pipup="pip3 freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U"
|
test "$platform" = 'linux' && alias pipup="pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 sudo pip install -U"
|
||||||
|
test "$platform" = 'osx' && alias pipup="pip3 freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U"
|
||||||
alias startace="acestreamengine --client-console --upload-limit 0 --download-limit 0"
|
alias startace="acestreamengine --client-console --upload-limit 0 --download-limit 0"
|
||||||
alias up="sudo pacman -Syu"
|
alias up="sudo pacman -Syu"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue