Please forgive me

This commit is contained in:
mr0xb 2020-02-12 14:31:00 -05:00
commit 8068610b32
3 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,6 @@
#if [ -f $HOME/.bashrc ]; then
# . "$HOME/.bashrc"
#fi
export GOPATH=$HOME/go_projects
export PATH=$PATH:/usr/local/go/bin
alias fp='stat --format "%a"'
@ -34,6 +37,7 @@ function myip {
echo # Newline.
}
git-random(){ gitRan=$(curl -L -s http://whatthecommit.com/ |grep -A 1 "\"c" |tail -1 |sed 's/<p>//'); git commit -m "$gitRan"; }
alias such=git
alias very=git
alias wow='git status'