From 89c67941359df702e0f239c5cf6ac1b7f8504e86 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Tue, 18 Oct 2022 02:55:22 -0700 Subject: [PATCH] zsh: add nix-related plugins --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 0a66fb2..86b5bb6 100644 --- a/.zshrc +++ b/.zshrc @@ -56,6 +56,10 @@ ${SKIP_PLUGINS:-false} || { zinit load "zsh-users/zsh-history-substring-search" zinit load "zsh-users/zsh-completions" + # Plugins for use with Nix + zinit load "chisui/zsh-nix-shell" + zinit load "spwhitt/nix-zsh-completions" + ## Theme # terminal colors [ -f "$SHELL_CONFIG_DIR/colors.sh" ] ||