main
1# Nix shell plugin
2local plugin_dir="${ZDOTDIR:-$HOME/.config/zsh}/plugins/zsh-nix-shell"
3[[ -f "$plugin_dir/nix-shell.plugin.zsh" ]] && source "$plugin_dir/nix-shell.plugin.zsh"