It compiles! Ship it!

This commit is contained in:
Brad 2019-02-04 14:05:41 -06:00
parent c0156eae11
commit 8a91d4c400

View File

@ -35,6 +35,7 @@ alias ..='cd ..'
alias ll='ls -AlhGrti'
alias ESC='cd ~/LocalGit/ESC618'
alias ta='tmux a -t'
alias tn='tmux new -s'
function whatcom() {
curl --silent --fail https://whatthecommit.com/index.txt
}