mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-27 19:34:57 -04:00
Please forgive me
This commit is contained in:
parent
03be310a9b
commit
8068610b32
3 changed files with 11 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue