diff --git a/home/program/bash/module/Ps1.nix b/home/program/bash/module/Ps1.nix index 5dc49d92..1817f1f0 100644 --- a/home/program/bash/module/Ps1.nix +++ b/home/program/bash/module/Ps1.nix @@ -88,8 +88,8 @@ in { # Show nix shell name or shell depth. if [ -n "''${SHELL_NAME}" ]; then PS1+="''${SHELL_NAME} " - elif [[ "''${SHLVL}" -gt "''${SHLVLMIN}" ]]; then - PS1+="($((''${SHLVL} - ''${SHLVLMIN}))) " + # elif [[ "''${SHLVL}" -gt "''${SHLVLMIN}" ]]; then + # PS1+="($((''${SHLVL} - ''${SHLVLMIN}))) " fi # Show remote connections.