summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/zshrc
diff options
context:
space:
mode:
authorAlan Pearce2017-01-20 11:14:13 +0100
committerAlan Pearce2017-01-20 11:14:13 +0100
commit6cdeb6638fa7bb15e026dbe67146e193bd2edcb7 (patch)
tree2d2f4ad4249d8b4e7c822af9252aa761d99c0690 /tag-zsh/config/zsh/zshrc
parenta7bd2163fabfb0caa3fbe723fd26c10cab3b8520 (diff)
downloaddotfiles-6cdeb6638fa7bb15e026dbe67146e193bd2edcb7.tar.lz
dotfiles-6cdeb6638fa7bb15e026dbe67146e193bd2edcb7.tar.zst
dotfiles-6cdeb6638fa7bb15e026dbe67146e193bd2edcb7.zip
zsh: Install tumult on macOS
Diffstat (limited to 'tag-zsh/config/zsh/zshrc')
-rw-r--r--tag-zsh/config/zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index 86f1b54..762c2ca 100644
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -8,6 +8,7 @@ zplug "junegunn/fzf-bin", from:gh-r, as:command, rename-to:fzf
 zplug "junegunn/fzf", as:plugin, use:"shell/*.zsh", defer:2
 zplug "junegunn/fzf", as:command, use:"bin/*"
 zplug "caarlos0/zsh-open-pr", as:plugin
+zplug "unixorn/tumult.plugin.zsh", as:plugin, if:"[[ $os -eq darwin ]]"
 if [[ -n $commands[nix-env] ]]
 then
   zplug "spwhitt/nix-zsh-completions", as:plugin