use nerd fonts in starship (fixes nix-shell space issue)

https://github.com/starship/starship/issues/5771
This commit is contained in:
jacekpoz 2024-02-12 19:15:43 +01:00
parent 46f706b855
commit 1b8144ac8b
No known key found for this signature in database
GPG key ID: 94E812A8B12AAE3C

View file

@ -24,6 +24,17 @@ in {
truncate_to_repo = false;
truncation_symbol = "/";
};
c.symbol = " ";
directory.read_only = " 󰌾";
git_branch.symbol = " ";
haskell.symbol = " ";
hostname.ssh_symbol = " ";
java.symbol = " ";
kotlin.symbol = " ";
meson.symbol = "󰔷 ";
nix_shell.symbol = " ";
package.symbol = "󰏗 ";
rust.symbol = " ";
};
};
};