diff options
author | Karel Kočí <cynerd@email.cz> | 2021-09-20 13:35:10 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-09-20 13:35:10 +0200 |
commit | 1af240d7d6ea531390eca8184ed05c86739ad05b (patch) | |
tree | 4dd4f5ee3d201388b076b37151562ba4781b57db /profile | |
parent | b122ba5087d466c7b2fb41b71f8dee708bec67ec (diff) | |
download | myconfigs-1af240d7d6ea531390eca8184ed05c86739ad05b.tar.gz myconfigs-1af240d7d6ea531390eca8184ed05c86739ad05b.tar.bz2 myconfigs-1af240d7d6ea531390eca8184ed05c86739ad05b.zip |
profile: tweak the nix syntax
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 |