all repos — nixfiles @ 676eca0ff833c6b59702c7e01a7e5e38feb81a9c

System and user configuration, managed by nix and home-manager

zsh: Install zsh-nix-shell
Alan Pearce alan@alanpearce.eu
Sun, 23 Dec 2018 10:45:45 +0000
commit

676eca0ff833c6b59702c7e01a7e5e38feb81a9c

parent

2838d301f63296cfb2d762c0c61b6499e735b8d4

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M zsh/.config/zsh/.zshrczsh/.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"