Remove phpunit alias
This commit is contained in:
parent
542cda73e6
commit
05b9148313
1 changed files with 0 additions and 1 deletions
1
zshrc
1
zshrc
|
@ -132,7 +132,6 @@ alias gs="git status"
|
||||||
alias irc="ssh jmb -t '. ~/.zshrc; tmux attach -t irc'"
|
alias irc="ssh jmb -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"
|
|
||||||
test "$platform" = 'linux' && alias pipup="pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 sudo pip 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"
|
test "$platform" = 'osx' && alias pipup="pip3 freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U"
|
||||||
alias rtor="tmux attach -t rtor"
|
alias rtor="tmux attach -t rtor"
|
||||||
|
|
Loading…
Add table
Reference in a new issue