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:
parent
0877680b08
commit
ab95054e64
2 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue