From 28bdfef01b1fde7eb421d830e93df2bbaab5edca Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 30 May 2019 21:19:23 -0300 Subject: Remove empty string from tmux.conf --- tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux/tmux.conf') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3ae1b39..3cf53cb 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -12,7 +12,7 @@ bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded" # Holy answer that properly implements copying from tmux! # https://unix.stackexchange.com/a/349020/276661 -if-shell "uname | grep -q Darwin" "source-file ~/.tmux-macos.conf" " source-file ~/.tmux-gnu-linux.conf" +if-shell "uname | grep -q Darwin" "source-file ~/.tmux-macos.conf" "source-file ~/.tmux-gnu-linux.conf" # Moving around panes bind-key h select-pane -L -- cgit v1.2.3