This commit is contained in:
Tyrel Souza 2017-05-05 09:59:10 -04:00
parent 116c3d4d6b
commit d5c207feb7
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
2 changed files with 7 additions and 2 deletions

5
bin/git-clean.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
git reset --soft origin/master
git commit -a
git push -f

View File

@ -27,8 +27,8 @@ export PATH="$NPM_PACKAGES/bin:$GOPATH/bin:$HOME/bin:$PATH"
export GOPATH=$HOME/go
# GPG stuff
if [[ $OSTYPE == "*darwin*" ]];then
if [[ $OSTYPE == "darwin*" ]];then
export PATH="/usr/local/opt/gnupg/libexec/gpgbin:$PATH"
export CFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib"
fi
#
source ~/.bash_aliases