zshrc: add rgw alias
This commit is contained in:
parent
08ea08f4a3
commit
252871065a
1
zshrc
1
zshrc
|
@ -92,6 +92,7 @@ alias sysc="systemctl"
|
|||
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/'"
|
||||
rgw() { rg -g '!vendor/' "\b$@\b" }
|
||||
alias tm="tmux attach"
|
||||
alias tmd="tmux new -s default -c $HOME || tmux attach -t default"
|
||||
alias tms="tmuxsess"
|
||||
|
|
Loading…
Reference in New Issue