From 2abf286849166ea314c155c1e18e8e775a112cc3 Mon Sep 17 00:00:00 2001 From: Philipp Geier Date: Mon, 11 May 2020 15:09:03 +0200 Subject: [PATCH] Comments adjusted in section_nix --- functions/__sf_section_nix.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/__sf_section_nix.fish b/functions/__sf_section_nix.fish index 5d589c2..5e5391a 100644 --- a/functions/__sf_section_nix.fish +++ b/functions/__sf_section_nix.fish @@ -1,4 +1,4 @@ -# pyenv +# nix # function __sf_section_nix -d "Show in nix-shell indicator" @@ -16,10 +16,10 @@ function __sf_section_nix -d "Show in nix-shell indicator" # Section # ------------------------------------------------------------------------------ - # Show nix-shell python version + # Show in-nix-shell indicator [ $SPACEFISH_NIX_SHOW = false ]; and return - # Show nix-shell python version only for Python-specific folders + # Show nix-shell symbol only in a nix shell if not test -n "$IN_NIX_SHELL" return end