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:37:07 +0000 (15:37 +1000)
zsh/.zshrc
index cf24d64656dd68f2c681b622ae9df0838ec1f8d7..7d4081e68591f37bbeeab7633670cd11dd0af59c 100755 (executable)
@@ -44,8 +44,10 @@ plugins=(git)
 
 source $ZSH/oh-my-zsh.sh
 
+<<<<<<< HEAD
 # ---
 # Aliases
 # ---
 alias preview='open -a preview'
 alias chromium='open -a Google\ Chrome'
+alias repo="~/scripts/git-repo/repo"