l zsh: check for

This commit is contained in:
lassulus 2018-02-13 17:35:21 +01:00
parent df18d18ab3
commit f7606723ed

View File

@ -108,7 +108,7 @@
fi
#check if in nix shell
if test -n "$buildInputs"; then
if test -n "$IN_NIX_SHELL"; then
p_nixshell='%F{green}[s]%f '
t_nixshell='[s] '
else