diff --git a/Arch/.bashrc b/Arch/.bashrc index f75d7a6..057acb6 100644 --- a/Arch/.bashrc +++ b/Arch/.bashrc @@ -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 }