latest twiddling :(

This commit is contained in:
Peter Kingswell 2022-05-07 05:26:57 -04:00
commit 122267cd9e
10 changed files with 318 additions and 27 deletions

22
aliases.sh Normal file
View file

@ -0,0 +1,22 @@
##############################################################################
# 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"