diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-18 01:44:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-18 01:44:32 +0200 |
| commit | 82c640391f707948665b6e3e201dabb5ce28aa7e (patch) | |
| tree | 1673070566a4285db15baf71c6f2737e50dce1df /nixos/hosts/bin | |
| parent | 60a261dda6af404b2b81555c1e5ff68f67745ee6 (diff) | |
Update bin.nix
Diffstat (limited to 'nixos/hosts/bin')
| -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 21adae4..58209ea 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 ' $ ' ''; }; }; |
