diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-18 00:28:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-18 00:28:05 +0200 |
| commit | 033004d04d9634e07b2737238299567613a2dd66 (patch) | |
| tree | 726b9b39d65b0b70799a3710711dfd94add618e4 /nixos/hosts/box | |
| parent | 078711b4129b1a9f7a368e492a4c9e7a3f0b899b (diff) | |
Update box.nix
Diffstat (limited to 'nixos/hosts/box')
| -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 32a4cd6..320e9e8 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 " % " ''; }; }; |
