Update .config/fish/conf.d/20-aliases.fish
This commit is contained in:
parent
ba72bc4cce
commit
835f4e28ac
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ abbr -a rm --position command "rm -rf"
|
|||
# └─ recursively remove directories and files
|
||||
|
||||
# Colored grep output.
|
||||
abbr -a grep --position command "grep --color=auto"
|
||||
abbr -a grep --position command "grep --color=auto"
|
||||
abbr -a fgrep --position command "fgrep --color=auto"
|
||||
abbr -a egrep --position command "egrep --color=auto"
|
||||
|
||||
|
|
Loading…
Reference in a new issue