1
Fork 0
nixos-system-config/dotfiles/zsh/conf.d/nix.zsh

8 lines
126 B
Bash
Raw Normal View History

#!/usr/bin/env zsh
# Nix specific zsh configuration
if [ -x "$(command -v nix)" ]; then
source "$NIX_SHELL_PLUGIN"
fi