ADD env search alias

This commit is contained in:
Nathan Dwarshuis 2023-02-04 14:11:42 -05:00
parent 2d2e6fac76
commit 509b452499
1 changed files with 2 additions and 1 deletions

View File

@ -259,7 +259,8 @@ fi
alias_if grep \ alias_if grep \
grep='grep --color=auto' \ grep='grep --color=auto' \
als='alias | grep' \ als='alias | grep' \
hs='history 1 | grep' hs='history 1 | grep' \
envs='env | grep'
alias_if sudo sudo='sudo ' alias_if sudo sudo='sudo '