将函数()添加到.zshrc

时间:2017-06-20 08:30:51

标签: zshrc

我想创建一个用于重新设置x次提交的快捷方式: - git rebase -i HEAD~3。我有一个函数function gri() { git rebase --interactive HEAD~"$1"; },并尝试将其添加到我的.zshrc文件,.bashrc& .bash_profile中。但是当我尝试运行gri(2)时我在哪里添加它,我收到错误zsh: command not found: gri(2)

解决

只需删除functiongri() { git rebase --interactive HEAD~"$1"; }就可以获得一种享受:D

0 个答案:

没有答案