zsh: add nix-related plugins
This commit is contained in:
parent
1fff4363c3
commit
89c6794135
1 changed files with 4 additions and 0 deletions
4
.zshrc
4
.zshrc
|
@ -56,6 +56,10 @@ ${SKIP_PLUGINS:-false} || {
|
|||
zinit load "zsh-users/zsh-history-substring-search"
|
||||
zinit load "zsh-users/zsh-completions"
|
||||
|
||||
# Plugins for use with Nix
|
||||
zinit load "chisui/zsh-nix-shell"
|
||||
zinit load "spwhitt/nix-zsh-completions"
|
||||
|
||||
## Theme
|
||||
# terminal colors
|
||||
[ -f "$SHELL_CONFIG_DIR/colors.sh" ] ||
|
||||
|
|
Loading…
Add table
Reference in a new issue