feat(zsh): update alias
This commit is contained in:
parent
cffcfca318
commit
157a5172ac
2
zshrc
2
zshrc
|
@ -116,7 +116,7 @@ alias pg="pgrep -fa"
|
||||||
alias pk="pkill -fc"
|
alias pk="pkill -fc"
|
||||||
alias rez="source $HOME/.zshenv && source $ZDOTDIR/.zshrc"
|
alias rez="source $HOME/.zshenv && source $ZDOTDIR/.zshrc"
|
||||||
alias rgo="rg -g '*.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 rgs="rg -g '*.go' -g '*.rb' -g '!vendor/' -g '!*_test.go' -g '!*_spec.rb'" -g '!*/mocks/*' -g '!*_mock.go'
|
||||||
alias rgt="rg -g '*_test.go' -g '*_spec.rb' -g '!vendor/'"
|
alias rgt="rg -g '*_test.go' -g '*_spec.rb' -g '!vendor/'"
|
||||||
alias sc="systemctl"
|
alias sc="systemctl"
|
||||||
alias shc="shellcheck"
|
alias shc="shellcheck"
|
||||||
|
|
Loading…
Reference in New Issue