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 q='exit'
|
||||
alias lsa='ls -a'
|
||||
alias ....='cd ..; cd ..; cd ..;'
|
||||
alias ...='cd ..; cd ..'
|
||||
alias ....='cd ../../..;'
|
||||
alias ...='cd ../..'
|
||||
alias ..='cd ..'
|
||||
alias ll='ls -AlhGrti'
|
||||
alias ESC='cd ~/LocalGit/ESC618'
|
||||
function whatcom() {
|
||||
curl --silent --fail https://whatthecommit.com/index.txt
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user