add git-repo alias
authorAndrew Lorimer <andrew@lorimer.id.au>
Tue, 21 Apr 2020 05:31:21 +0000 (15:31 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Tue, 21 Apr 2020 05:36:06 +0000 (15:36 +1000)
zsh/.zshrc
index e14c1f0287d7a6ed8a712c56f0d63c773a11fe8a..44e403e1f7c2d93ef0e0349bbec5ed66d48d2d10 100755 (executable)
@@ -49,3 +49,6 @@ COMPLETION_WAITING_DOTS="true"
 plugins=(git)
 
 source $ZSH/oh-my-zsh.sh
+
+# alias for git-repo
+alias repo="~/scripts/git-repo/repo"