我有一个很傻但很顽固的问题。我经常把,git grep
或输错。有没有办法告诉 bash 将我输入的某些字符串替换为其他字符串?git grpe
gi tgrep
gi tgrpe
我确实找到了shopt cdshell
,但这似乎只适用于目录,并且https://github.com/nvbn/thefuck但对于我想做的事情来说,这似乎太困难了。
答案1
对于 git,您可以将 bash 别名与 git 别名结合使用。
将以下内容添加到您的~/.bashrc
:
alias gi='git'
并将以下内容发送给您~/.gitconfig
:
[alias]
grpe = grep
tgrep = grep
tgrpe = grep