For the sake of my sanity, just ignore this...

This commit is contained in:
Brad 2019-02-20 16:06:02 -06:00
parent 8a91d4c400
commit 8a51fb13b5

View File

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