zsh: Install zsh-nix-shell
Alan Pearce alan@alanpearce.eu
Sun, 23 Dec 2018 10:45:45 +0000
1 files changed, 3 insertions(+), 0 deletions(-)
jump to
M zsh/.config/zsh/.zshrc → zsh/.config/zsh/.zshrc
@@ -152,6 +152,9 @@ 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"