summaryrefslogtreecommitdiff
path: root/nixos/hosts
diff options
context:
space:
mode:
authorcaley <195605706+cqley@users.noreply.github.com>2026-07-25 02:05:42 +0200
committerGitHub <noreply@github.com>2026-07-25 02:05:42 +0200
commitc073460a4827b463afdf8bfb40ef64dc8bb7199b (patch)
treee26cfd5e0c1abd8ea797bbcaad0fc60fdbdfb7bd /nixos/hosts
parentc48c05b52f51a9c6fa92ce712a54f5eb37a0b8fe (diff)
Change fish prompt symbol from '&' to '$'
Diffstat (limited to 'nixos/hosts')
-rw-r--r--nixos/hosts/bed/bed.nix2
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 ' $ '
'';
};
};