Re added weechat alias after forgetting it in the split up
This commit is contained in:
parent
e9165f2949
commit
30c53ca722
|
@ -0,0 +1,4 @@
|
|||
# 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'
|
||||
# If you are thurstylark-vps, connect to the existing tmux session locally
|
||||
[[ "$HOSTNAME" = "thurstylark-vps" ]] && alias weechat='tmux attach -dt weechat'
|
Loading…
Reference in New Issue