Last time I said it works? I was kidding. Try this.
This commit is contained in:
parent
86fa944b33
commit
2f47d63ca1
@ -29,10 +29,11 @@ alias whatthecom='git commit -am "$(whatcom)"'
|
|||||||
alias null='/dev/null'
|
alias null='/dev/null'
|
||||||
alias q='exit'
|
alias q='exit'
|
||||||
alias lsa='ls -a'
|
alias lsa='ls -a'
|
||||||
alias ....='cd ..; cd ..; cd ..;'
|
alias ....='cd ../../..;'
|
||||||
alias ...='cd ..; cd ..'
|
alias ...='cd ../..'
|
||||||
alias ..='cd ..'
|
alias ..='cd ..'
|
||||||
alias ll='ls -AlhGrti'
|
alias ll='ls -AlhGrti'
|
||||||
|
alias ESC='cd ~/LocalGit/ESC618'
|
||||||
function whatcom() {
|
function whatcom() {
|
||||||
curl --silent --fail https://whatthecommit.com/index.txt
|
curl --silent --fail https://whatthecommit.com/index.txt
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user