From 88a12c6df00ba3ecb00db28fda91c24c4b23b8f9 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 10 Oct 2022 11:29:25 +0300 Subject: [PATCH] Only update tmux on Moria --- home/.config/zsh/04-aliases.zsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.config/zsh/04-aliases.zsh b/home/.config/zsh/04-aliases.zsh index dea4533..cc26afe 100644 --- a/home/.config/zsh/04-aliases.zsh +++ b/home/.config/zsh/04-aliases.zsh @@ -169,7 +169,9 @@ update() { nvim --headless +TSUpdateSync +qa zinit self-update zinit update -p + {%@@ if profile == "Moria" @@%} $HOME/.tmux/plugins/tpm/bin/update_plugins all + {%@@ endif @@%} } {%@@ if profile == "Moria" @@%}