From 750ed61084c2aeefb800738b5dccc41dc6d6aaca Mon Sep 17 00:00:00 2001 From: Cenk Alti Date: Thu, 18 Dec 2014 10:26:52 +0200 Subject: [PATCH] add go-tip alias --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index ea94b68..2c5117d 100644 --- a/.zshrc +++ b/.zshrc @@ -52,6 +52,8 @@ function searchandreplace() find . -type f -name '*.'$1 -exec sed -i '' "s/$2/$3/" {} + } +alias go-tip="$HOME/projects/go-tip/bin/go" + # git aliases alias g="git st" # ...other ones are in .gitconfig file