Skip to content

Instantly share code, notes, and snippets.

@onsails

onsails/.zshenv Secret

Last active June 22, 2020 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onsails/c25bcee55dda8b7d01a3744cf85b97e9 to your computer and use it in GitHub Desktop.
Save onsails/c25bcee55dda8b7d01a3744cf85b97e9 to your computer and use it in GitHub Desktop.
# this is final .zshenv.
# why is TEST2 rendered before TEST
export TEST2=bar
export TEST=foo;
imports = [
./nix-home/role/linux.nix
./nix-home/machine/vscode.nix
]
programs.zsh.envExtra = ''
export TEST=foo;
'';
programs.zsh.envExtra = ''
export TEST1=foo;
'';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment