From 05daa042141fa300efe6ed3439f2dc9098f39b4f Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 18 Mar 2026 19:45:52 +0100 Subject: [PATCH] removed tmux function, update are now manually done with prefix+U --- sources/fish/functions/tmux.fish | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sources/fish/functions/tmux.fish diff --git a/sources/fish/functions/tmux.fish b/sources/fish/functions/tmux.fish deleted file mode 100644 index 421a7d9..0000000 --- a/sources/fish/functions/tmux.fish +++ /dev/null @@ -1,12 +0,0 @@ -function tmux - if test (count $argv) -eq 0 - # Install Tmux plugins - ~/.tmux/plugins/tpm/bin/install_plugins - - # Update Tmux plugins - ~/.tmux/plugins/tpm/bin/update_plugins all - end - - # Execute TMUX - /usr/bin/tmux -u $argv -end