🩹 tmux conf fixes

This commit is contained in:
Marley Rae 2024-02-03 20:58:18 -08:00
parent 5d09ab4867
commit 4df4cd9852
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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 #