From 5e763e8836cffa7fa2987add36c293bfa566359f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Nov 2018 03:31:43 -0400 Subject: fix work hostname --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 8578bdf..0ac0fa0 100644 --- a/tmux.conf +++ b/tmux.conf @@ -51,7 +51,7 @@ bind ^V run "tmux-clipboard paste clipboard" unbind ^B -%if #{||:#{==:#{host},hush},#{==:#{host},st-doy1}} +%if #{||:#{==:#{host},hush},#{==:#{host},st-doy1.local}} # set up default sessions new-session -s work -c "${HOME}/work" new-session -s chat -c "${HOME}" -- cgit v1.2.3-54-g00ecf