zsh alias -> function?

前端 未结 2 991
一生所求
一生所求 2021-02-01 03:01

Suppose I have:

alias gg=\"git grep\"

then stuff like:

gg \"int x\"

works, but

gg int x
         


        
2条回答
提交回复
热议问题