Skip to content

Instantly share code, notes, and snippets.

View dmitry-udod's full-sized avatar

Dima Udod dmitry-udod

View GitHub Profile
@dmitry-udod
dmitry-udod / .zshrc
Last active August 29, 2015 14:23 — forked from andboson/.zshrc
export GOPATH=`pwd`
export PATH="$PATH:$GOPATH/bin"
echo -e "\033[0;32m CURRENT GOPATH IS: $GOPATH \e[0m"
alias rp='source ~/.zshrc'