diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh index f541ca3..1993ec6 100644 --- a/zsh/aliases.zsh +++ b/zsh/aliases.zsh @@ -254,3 +254,4 @@ alias find_large_files="sudo find / -xdev -type f -size +50M" alias vim_plain="vim -u NONE" alias edit_alias="vim $yadr_zsh/aliases.zsh $yadr_zsh/functions.zsh -p" alias k="kubectl" +alias rubocop='rubocop --require rubocop-performance --format progress'