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 #