removed tmux function, update are now manually done with prefix+U

This commit is contained in:
aminnairi
2026-03-18 19:45:52 +01:00
parent f3f6d320b7
commit 05daa04214
-12
View File
@@ -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