Update zshrc

This commit is contained in:
Rob Watson 2021-07-19 10:56:48 +02:00
parent 7f13e9f490
commit 510ca0e5e3
1 changed files with 3 additions and 3 deletions

6
zshrc
View File

@ -88,9 +88,9 @@ alias sc="systemctl"
alias sk="setkeys"
alias ssc="sudo systemctl"
alias sysc="systemctl"
alias rgo="rg -g '*\.go' -g '!vendor/'"
alias rgs="rg -g '*\.go' -g '!vendor/' -g '!*_test.go'"
alias rgt="rg -g '*\_test.go' -g '!vendor/'"
alias rgo="rg -g '*.go' -g '!vendor/'"
alias rgs="rg -g '*.go' -g '*.rb' -g '!vendor/' -g '!*_test.go' -g '!*_spec.rb'"
alias rgt="rg -g '*_test.go' -g '*_spec.rb' -g '!vendor/'"
alias tm="tmux attach"
alias tmd="tmux new -s default -c $HOME || tmux attach -t default"
alias tms="tmuxsess"