diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-22 01:20:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-22 01:20:21 +0200 |
| commit | 9f9a0a614b9f34a903b89bd4791bc56512a41832 (patch) | |
| tree | 2d65cd2fd38e6d409280103ee05f6201e53d958b | |
| parent | d38807236941912394f662478dedbe8f6af08800 (diff) | |
Update box.nix
| -rw-r--r-- | nixos/hosts/box/box.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/box/box.nix b/nixos/hosts/box/box.nix index 51e4ee0..1956c15 100644 --- a/nixos/hosts/box/box.nix +++ b/nixos/hosts/box/box.nix @@ -31,7 +31,7 @@ fish_prompt = { body = '' echo -n (prompt_pwd) - echo -n " % " + echo -n ' % ' ''; }; }; |
