From 519ff211bf1d21841a91bb82845f828f5412eb47 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 30 Jun 2017 04:45:14 +1200 Subject: Double-quote shell config in tmux Otherwise it shows up as '$SHELL' in window titles --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 09ba0251..4e277515 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -13,7 +13,7 @@ set-environment -gru WINDOWID set-option -g update-environment '' # Setting this makes each new pane a non-login shell, which suits me better -set-option -g default-command '$SHELL' +set-option -g default-command "$SHELL" # Expect a 256-color terminal set-option -g default-terminal 'screen-256color' -- cgit v1.2.3