dots-of-war/zsh/.zshenv

7 lines
350 B
Text
Raw Normal View History

2021-10-08 15:59:41 +02:00
ZDOTDIR=$HOME/.config/zsh
2023-03-14 11:24:59 +01:00
[ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"
2023-03-16 15:15:20 +01:00
if [ -e /home/leon/.nix-profile/etc/profile.d/nix.sh ]; then . /home/leon/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
2024-08-25 17:48:21 +02:00
if [ -e /home/elk/.nix-profile/etc/profile.d/nix.sh ]; then . /home/elk/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer