mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
now installing tmux plugins only when no arguments are provided
This commit is contained in:
@@ -4,13 +4,13 @@ function tmux
|
|||||||
# Update Oh My Fish if it installed
|
# Update Oh My Fish if it installed
|
||||||
omf update
|
omf update
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
# Install Tmux plugins
|
# Install Tmux plugins
|
||||||
~/.tmux/plugins/tpm/bin/install_plugins
|
~/.tmux/plugins/tpm/bin/install_plugins
|
||||||
|
|
||||||
# Update Tmux plugins
|
# Update Tmux plugins
|
||||||
~/.tmux/plugins/tpm/bin/install_plugins
|
~/.tmux/plugins/tpm/bin/install_plugins
|
||||||
|
end
|
||||||
|
|
||||||
# Execute TMUX
|
# Execute TMUX
|
||||||
/usr/bin/tmux -u $argv
|
/usr/bin/tmux -u $argv
|
||||||
|
|||||||
Reference in New Issue
Block a user