Updating weechat alias for new host
This commit is contained in:
parent
f3af42a55d
commit
61cc74d298
|
@ -1,4 +1,4 @@
|
||||||
# If you don't have weechat installed, connect to the existing tmux session through mosh
|
# If you don't have weechat installed, connect to the existing tmux session through mosh
|
||||||
[[ ! -s /usr/bin/weechat ]] && alias weechat='mosh vps -- tmux attach -dt weechat'
|
[[ ! -s /usr/bin/weechat ]] && alias weechat='mosh thurstyserv -- tmux -L tl-weemux attach -dt tl-weemux'
|
||||||
# If you are thurstylark-vps, connect to the existing tmux session locally
|
# If you are thurstylark-vps, connect to the existing tmux session locally
|
||||||
[[ "$HOSTNAME" = "thurstylark-vps" ]] && alias weechat='tmux attach -dt weechat'
|
[[ "$HOSTNAME" = "thurstyserv" ]] && alias weechat='tmux -L tl-weemux attach -dt tl-weemux'
|
||||||
|
|
Loading…
Reference in New Issue