🩹 tmux conf fixes
This commit is contained in:
parent
5d09ab4867
commit
4df4cd9852
2 changed files with 1 additions and 2 deletions
|
@ -94,7 +94,7 @@ function link_file -a src dst
|
||||||
mkdir -p (string replace -r '\/[^\/]+$' '' "$dst")
|
mkdir -p (string replace -r '\/[^\/]+$' '' "$dst")
|
||||||
end
|
end
|
||||||
|
|
||||||
if string match -e '.hardlink' "$src" &>/dev/null
|
if string match -q -e '.hardlink' "$src"
|
||||||
ln "$src" "$dst" &>/dev/null
|
ln "$src" "$dst" &>/dev/null
|
||||||
else
|
else
|
||||||
ln -s "$src" "$dst" &>/dev/null
|
ln -s "$src" "$dst" &>/dev/null
|
||||||
|
|
|
@ -6,7 +6,6 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||||
set -g @plugin 'catppuccin/tmux'
|
set -g @plugin 'catppuccin/tmux'
|
||||||
set -g @plugin 'Morantron/tmux-fingers'
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# General #
|
# General #
|
||||||
|
|
Loading…
Reference in a new issue