mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
22 lines
1.3 KiB
Bash
22 lines
1.3 KiB
Bash
##############################################################################
|
|
# PSK's aliases. Better late than never...
|
|
##############################################################################
|
|
|
|
alias "lhx"="ls ~"
|
|
alias "go-go-mono"="cd ~\/src\/rune\/go-mono"
|
|
alias "go-tortilla"="cd ~\/src\/rune\/go-mono\/tortilla"
|
|
alias "go-omz"="cd ~\/.oh-my-zsh"
|
|
alias "ggm"="cd ~\/src\/rune\/go-mono"
|
|
alias "gtor"="cd ~\/src\/rune\/go-mono\/tortilla"
|
|
alias "gtx"="cd ~\/src\/rune\/go-mono\/tortilla"
|
|
alias "gpm"="cd ~\/src\/rune\/python-mono"
|
|
alias "grad"="cd ~\/src\/rune\/python-mono\/radish"
|
|
alias "gomz"="cd ~\/.oh-my-zsh"
|
|
alias "goomz"="cd ~\/.oh-my-zsh"
|
|
alias "mtil"="make-big-break&& make test-integration-local 2>&1 | tee .\/make-local.log ; docker-stop-all-containers >\/dev\/null &"
|
|
alias "maketil"="make-big-break&& make test-integration-local 2>&1 | tee .\/make-local.log ; docker-stop-all-containers >\/dev\/null &"
|
|
alias "mti"="today-time&& make test-integration 2>&1 | tee .\/make-local.log ; docker-stop-all-containers >\/dev\/null &"
|
|
alias "maketi"="today-time&& make test-integration 2>&1 | tee .\/make-local.log ; docker-stop-all-containers >\/dev\/null &"
|
|
alias "errorsx"="^FATA|^ERR|^WAR|^FAIL"
|
|
alias "errx"="^FATA|^ERR|^WAR|^FAIL"
|
|
alias "RegEx Error Search"="^FATA|^ERR|^WAR|^FAIL"
|