diff --git a/zshrc b/zshrc index b7da40f..4f63792 100644 --- a/zshrc +++ b/zshrc @@ -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"