From 4fe8172e5bd9bb219cc23c0df501c2392f52354b Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Sun, 15 Dec 2019 22:32:40 -0700 Subject: [PATCH] develop#zsh: plugin to remind aliases --- profiles/develop/zsh/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/develop/zsh/default.nix b/profiles/develop/zsh/default.nix index de60f23f..e4523f9c 100644 --- a/profiles/develop/zsh/default.nix +++ b/profiles/develop/zsh/default.nix @@ -77,6 +77,7 @@ in "${skim}/share/skim/completion.zsh" "${oh-my-zsh}/share/oh-my-zsh/plugins/sudo/sudo.plugin.zsh" "${oh-my-zsh}/share/oh-my-zsh/plugins/extract/extract.plugin.zsh" + "${zsh-you-should-use}/share/zsh/plugins/you-should-use/you-should-use.plugin.zsh" "${zsh-syntax-highlighting}/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" "${zsh-history-substring-search}/share/zsh-history-substring-search/zsh-history-substring-search.zsh" ];