From de20ed407e6502f51000b60e507761ccb1158d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Gro=C3=9Fmann?= Date: Mon, 6 Mar 2023 18:17:34 +0900 Subject: [PATCH] fix: broken nix shell starfish module removed --- flake.lock | 4 ++-- users/common/shells/starfish.nix | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index ad08845..dc5998c 100644 --- a/flake.lock +++ b/flake.lock @@ -188,11 +188,11 @@ "locked": { "lastModified": 1, "narHash": "sha256-b3t2blYgmHf/HXc152Fa7+YKJSS05vRnrs8i+H6SWA8=", - "path": "/nix/store/2sqyhzc38g9xzmbzfyd4614bh2lg74qg-source/templates", + "path": "/nix/store/65a27h71mykv14i2bv0yjzyaqp5ckfzq-source/templates", "type": "path" }, "original": { - "path": "/nix/store/2sqyhzc38g9xzmbzfyd4614bh2lg74qg-source/templates", + "path": "/nix/store/65a27h71mykv14i2bv0yjzyaqp5ckfzq-source/templates", "type": "path" } }, diff --git a/users/common/shells/starfish.nix b/users/common/shells/starfish.nix index 5fc1085..8440c90 100644 --- a/users/common/shells/starfish.nix +++ b/users/common/shells/starfish.nix @@ -15,11 +15,11 @@ ]; right_format = lib.concatStrings [ - "$nix_shell" + #"$nix_shell" "( $cmd_duration)" - "$status" - "$jobs" - " $time" + "( $status)" + "( $jobs)" + "$time" ]; username = { @@ -69,7 +69,7 @@ nix_shell = { heuristic = true; - format = "[$symbol$state( \($name\))]($style)"; + format = "[$symbol( \($name\))]($style)"; }; cmd_duration = {