commit 5bc3a269dd4474a0f465a5efe75575efeaafc6c8 parent 074d78d138115ba89530947e5d8b5819773fd960 Author: breadcat <breadcat@users.noreply.github.com> Date: Thu, 30 Jul 2026 15:52:29 +0100 Add hostname to fish prompt, it's getting confusing Diffstat:
| M | home/fish.nix | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/home/fish.nix b/home/fish.nix @@ -39,7 +39,7 @@ set_color green echo (dirs) set_color normal - printf "❯ " + printf "%s ❯ " (hostname) end '';