diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-25 02:05:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-25 02:05:25 +0200 |
| commit | c48c05b52f51a9c6fa92ce712a54f5eb37a0b8fe (patch) | |
| tree | e3363c52631d1b80eba6e92619f7f7ec8fa4da15 | |
| parent | e76e48640aad9ef8f5117756dd574d4a749a49d2 (diff) | |
Update bin.nix
| -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 cc674cb..4435099 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 ' # ' ''; }; }; |
