1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Merge pull request #13041 from ilya-bobyr/fish-profile-do-not-test-USER

nix-profile.fish: Do not check $USER
This commit is contained in:
Jörg Thalheim 2025-04-17 10:23:59 +02:00 committed by GitHub
commit 6fe0545bf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# Only execute this file once per shell.
if test -z "$HOME" || test -z "$USER" || \
if test -z "$HOME" || \
test -n "$__ETC_PROFILE_NIX_SOURCED"
exit
end