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:31:21 +0000 (15:31 +1000)
zsh/.zshrc
index 5274936941ae29445dd939b7cee6b71f1f66c74d..4118400a8dde860cb055554babce820a8e5f0a81 100755 (executable)
@@ -62,3 +62,5 @@ alias wolf="wolframscript -code"
 # jpeg compression alias (usage: jcomp in.jpg out.jpg)
 alias jcomp="convert -strip -interlace Plane -gaussian-blur 0.05 -quality 85%"
 
+# alias for git-repo
+alias repo="~/scripts/git-repo/repo"