1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-10 02:51:02 +01:00

nix-profile{,-daemon}.fish: format with fish_indent

(cherry picked from commit f627b8c721)
This commit is contained in:
Stefan Boca 2025-05-20 22:04:52 -07:00 committed by Mergify
parent 0877680b08
commit ab95054e64
2 changed files with 4 additions and 6 deletions

View file

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

View file

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