de-misunderestimating
This commit is contained in:
parent
95826d0990
commit
50825c05a2
@ -23,6 +23,10 @@ alias gitview='git log --graph --full-history --all --color --pretty=tformat:"%x
|
|||||||
alias cheat='/usr/bin/cheat'
|
alias cheat='/usr/bin/cheat'
|
||||||
alias weather='curl wttr.in'
|
alias weather='curl wttr.in'
|
||||||
alias whatthecom='git commit -am "$(whatcom)"'
|
alias whatthecom='git commit -am "$(whatcom)"'
|
||||||
|
alias null='/dev/null'
|
||||||
|
alias q='exit'
|
||||||
|
alias lsa='ls -a'
|
||||||
|
alias ..='cd ..'
|
||||||
function whatcom() {
|
function whatcom() {
|
||||||
curl --silent --fail https://whatthecommit.com/index.txt
|
curl --silent --fail https://whatthecommit.com/index.txt
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user