diff options
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ if [ "$(tty)" = "/dev/tty1" ]; then fi # Nix -[ ! -f "$HOME/.nix-profile/etc/profile.d/nix.sh" ] || \ +[ -f "$HOME/.nix-profile/etc/profile.d/nix.sh" ] && \ . "$HOME/.nix-profile/etc/profile.d/nix.sh" # added by Nix installer echo |