This commit is contained in:
thek4n 2024-11-28 16:57:16 +03:00
parent e26483c0b5
commit 554c117812

View File

@ -32,9 +32,9 @@ GREP_OPTIONS=(
) )
alias grep='grep $GREP_OPTIONS' alias grep='grep $GREP_OPTIONS'
alias g='grep --dereference-recursive --line-number' alias g='noglob grep $GREP_OPTIONS --dereference-recursive --line-number'
alias f='_f() { find . -name "*${1}*" }; _f' alias f='_f() { find . -name "*${1}*" }; noglob _f'
alias _='sudo' alias _='sudo'
alias root='sudo --login TMOUT=450' alias root='sudo --login TMOUT=450'