diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-18 00:28:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-18 00:28:20 +0200 |
| commit | 44858f5a019819f363441c947312113fc429b034 (patch) | |
| tree | 6f508c58d6afa09b0d491a828dd3b5a5d29dc1f9 /nixos/hosts | |
| parent | 033004d04d9634e07b2737238299567613a2dd66 (diff) | |
Update bin.nix
Diffstat (limited to 'nixos/hosts')
| -rw-r--r-- | nixos/hosts/bin/bin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/bin/bin.nix b/nixos/hosts/bin/bin.nix index c8796cf..21adae4 100644 --- a/nixos/hosts/bin/bin.nix +++ b/nixos/hosts/bin/bin.nix @@ -24,7 +24,7 @@ fish_prompt = { body = '' echo -n (prompt_pwd) - echo -n " > " + echo -n " $ " ''; }; }; |
