diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-25 02:05:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-25 02:05:42 +0200 |
| commit | c073460a4827b463afdf8bfb40ef64dc8bb7199b (patch) | |
| tree | e26cfd5e0c1abd8ea797bbcaad0fc60fdbdfb7bd /nixos/hosts | |
| parent | c48c05b52f51a9c6fa92ce712a54f5eb37a0b8fe (diff) | |
Change fish prompt symbol from '&' to '$'
Diffstat (limited to 'nixos/hosts')
| -rw-r--r-- | nixos/hosts/bed/bed.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/bed/bed.nix b/nixos/hosts/bed/bed.nix index 63db661..2266e84 100644 --- a/nixos/hosts/bed/bed.nix +++ b/nixos/hosts/bed/bed.nix @@ -30,7 +30,7 @@ fish_prompt = { body = '' echo -n (prompt_pwd) - echo -n ' & ' + echo -n ' $ ' ''; }; }; |
