From 676eca0ff833c6b59702c7e01a7e5e38feb81a9c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 23 Dec 2018 10:45:45 +0000 Subject: zsh: Install zsh-nix-shell --- zsh/.config/zsh/.zshrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zsh') diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 17c23a0..c6d7326 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -152,6 +152,9 @@ zplugin light "lukechilds/zsh-better-npm-completion" zplugin ice wait'[[ -n ${ZLAST_COMMANDS[(r)nix*]} ]]' lucid zplugin light "spwhitt/nix-zsh-completions" +zplugin ice wait'[[ -n ${ZLAST_COMMANDS[(r)nix-shell*]} ]]' lucid +zplugin load "chisui/zsh-nix-shell" + zplugin ice if'[[ -n $commands[ghq] ]]' zplugin light "${GOPATH:=$HOME/go}/src/github.com/motemen/ghq/zsh" -- cgit 1.4.1