From 44ebad54de0b77f93ff35c4d4920010ce3dca0aa Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 15 Jun 2017 17:18:07 +1200 Subject: Simplify directory source-file --- tmux/tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmux') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index c469ea76..09ba0251 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -130,5 +130,4 @@ set-window-option -g window-status-current-style 'fg=colour231' set-window-option -g window-status-bell-style 'bg=colour9' # Source any configuration in the subdir if there is any -if-shell 'set -- "$HOME"/.tmux.conf.d/*;test -e "$1"' \ - 'source-file ~/.tmux.conf.d/*.conf' +source-file -q ~/.tmux.conf.d/*.conf -- cgit v1.2.3