summary refs log tree commit diff stats
path: root/zsh
diff options
context:
space:
mode:
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"