change aweechat to irc, move to ag server

This commit is contained in:
Adam Goldsmith 2015-07-07 11:12:12 -04:00
parent 024f9e2bd0
commit 95e06cb331
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ alias et="e -t"
alias ec="e -c"
alias ecn="ec -n"
## Weechat on adm
alias aweechat='ssh adm tmux a -t weechat'
## Weechat on ag
alias irc='ssh ag tmux a -t irc'
#quick alias for enabling bluetooth
alias ebluetooth="sudo modprobe btusb;blueman-manager"