summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
authorAlan Pearce2018-12-23 10:45:45 +0000
committerAlan Pearce2018-12-23 10:45:45 +0000
commit676eca0ff833c6b59702c7e01a7e5e38feb81a9c (patch)
tree1b1b107e67cf1b3169e8a8872b05c3db565d24fe /zsh
parent2838d301f63296cfb2d762c0c61b6499e735b8d4 (diff)
downloaddotfiles-676eca0ff833c6b59702c7e01a7e5e38feb81a9c.tar.lz
dotfiles-676eca0ff833c6b59702c7e01a7e5e38feb81a9c.tar.zst
dotfiles-676eca0ff833c6b59702c7e01a7e5e38feb81a9c.zip
zsh: Install zsh-nix-shell
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.config/zsh/.zshrc3
1 files changed, 3 insertions, 0 deletions
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"