From 5fcefb5a055d19922287faff7405f41605e80128 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Thu, 3 Mar 2016 16:19:16 -0600 Subject: [PATCH] Changed weechat to use thurstylark-vps --- .bashrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index f1f9ee8..fbe3067 100644 --- a/.bashrc +++ b/.bashrc @@ -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'