Skip to content

Commit 0662384

Browse files
author
haslersn
committed
nix-shell -> environment
1 parent 220f78b commit 0662384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/nix-shell-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ if [[ $IN_NIX_SHELL != "" ]] || [[ $IN_NIX_RUN != "" ]]; then
99
output=$(echo $output $additional_pkgs | tr ' ' '\n' | sort -u | tr '\n' ' ' | xargs)
1010
printf "$output"
1111
else
12-
printf "[unknown nix-shell]"
12+
printf "[unknown environment]"
1313
fi
1414
printf "\033[0m"
1515
elif [[ $ANY_NIX_SHELL_EXIT_STATUS ]]; then
1616
if [[ $ANY_NIX_SHELL_EXIT_STATUS == 0 ]]; then
17-
printf "\033[1;36mexited nix-shell\033[0m"
17+
printf "\033[1;36mexited environment\033[0m"
1818
else
1919
printf "\033[1;31mERROR\033[0m"
2020
fi

0 commit comments

Comments
 (0)