Skip to content

Commit

Permalink
add go-tip alias
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Dec 18, 2014
1 parent 2fd2c92 commit 750ed61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .zshrc
Expand Up @@ -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
Expand Down

0 comments on commit 750ed61

Please sign in to comment.