add 3llo - CLI for Trello

This commit is contained in:
Morgan Wattiez
2019-11-16 10:46:56 +01:00
parent f894a9c754
commit fc980718d6
5 changed files with 7 additions and 0 deletions

View File

@ -120,5 +120,7 @@ case "$(uname -s)" in
export PATH="$PATH:/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/bin/:/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/bin:/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/bin"
;;
esac
. ~/.3llo_config
export GOPATH="$HOME/go"
export PATH="/usr/local/opt/grep/libexec/gnubin:$GOPATH/bin:$PATH"