about summary refs log tree commit diff
path: root/config/zsh/zshenv.nix
blob: 2ddac9a385b667089586dc47a1a9670cfd80cc60 (plain) (blame)
1
2
3
4
5
6
7
8
9
{ setEnvironment }:

''
unsetopt GLOBAL_RCS

if [ -z "$__NIXOS_SET_ENVIRONMENT_DONE" ]; then
    . ${setEnvironment}
fi
''