shell: zsh -> fish
This commit is contained in:
4
.config/fish/functions/grep.fish
Normal file
4
.config/fish/functions/grep.fish
Normal file
@ -0,0 +1,4 @@
|
||||
function grep --description 'alias grep=grep --color=auto'
|
||||
command grep --color=auto $argv
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user