diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index 6e6a4fa..f334992 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -259,7 +259,8 @@ fi alias_if grep \ grep='grep --color=auto' \ als='alias | grep' \ - hs='history 1 | grep' + hs='history 1 | grep' \ + envs='env | grep' alias_if sudo sudo='sudo '