mirror of
https://github.com/NixOS/nix
synced 2025-06-25 02:21:16 +02:00
nix-profile{,-daemon}.fish: format with fish_indent
This commit is contained in:
parent
e22142e11a
commit
f627b8c721
2 changed files with 4 additions and 6 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue