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

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

This commit is contained in:
Stefan Boca 2025-05-20 22:04:52 -07:00
parent e22142e11a
commit f627b8c721
No known key found for this signature in database
2 changed files with 4 additions and 6 deletions

View file

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

View file

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