From 4df4cd98522172f17e547451cd3356bbb94f6338 Mon Sep 17 00:00:00 2001 From: Marley Rae Date: Sat, 3 Feb 2024 20:58:18 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20tmux=20conf=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/dot.fish | 2 +- tmux/.tmux.conf.hardlink | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/script/dot.fish b/script/dot.fish index fc8afd0..031fbda 100755 --- a/script/dot.fish +++ b/script/dot.fish @@ -94,7 +94,7 @@ function link_file -a src dst mkdir -p (string replace -r '\/[^\/]+$' '' "$dst") end - if string match -e '.hardlink' "$src" &>/dev/null + if string match -q -e '.hardlink' "$src" ln "$src" "$dst" &>/dev/null else ln -s "$src" "$dst" &>/dev/null diff --git a/tmux/.tmux.conf.hardlink b/tmux/.tmux.conf.hardlink index 56bb466..a813fec 100644 --- a/tmux/.tmux.conf.hardlink +++ b/tmux/.tmux.conf.hardlink @@ -6,7 +6,6 @@ set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'catppuccin/tmux' -set -g @plugin 'Morantron/tmux-fingers' ################################################################################ # General #