Changed weechat to use thurstylark-vps

This commit is contained in:
David Thurstenson 2016-03-03 16:19:16 -06:00
parent d268eb9172
commit 5fcefb5a05
1 changed files with 3 additions and 3 deletions

View File

@ -76,12 +76,12 @@ alias nmap='sudo -E nmap'
# Client depends: ssh, mosh, correct ssh host configuration
# Server depends: ssh, mosh, screen, weechat, weechat.service (custom)
# Only do this if weechat isn't installed and you aren't thurstyserv
# Only do this if weechat isn't installed and you aren't thurstylark-vps
if [[ ! -s /usr/bin/weechat ]]; then
# Connect to the existing screen session through mosh
# (disconnecting it elsewhere if necessary)
alias weechat='mosh home -- screen -dr weechat'
elif [[ "$HOSTNAME" -eq "thurstyserv" ]]; then
alias weechat='mosh vps -- screen -dr weechat'
elif [[ "$HOSTNAME" -eq "thurstylark-vps" ]]; then
# Connect to the existing screen session locally
# (disconnecting it elsewhere if necessary)
alias weechat='screen -dr weechat'