Kieran's opinionated (and probably slightly dumb) nix config

chore: add space in home dir icon zsh

Changed files
+1 -2
home-manager
+1 -2
home-manager/home.nix
···
directory = {
truncation_length = 1;
truncation_symbol = "…/";
-
home_symbol = " ~";
read_only_style = "197";
read_only = "  ";
format = "at [$path]($style)[$read_only]($read_only_style) ";
···
programs.zsh = {
enable = true;
enableCompletion = true;
-
#autosuggestion.enable = true;
syntaxHighlighting.enable = true;
shellAliases = {
···
directory = {
truncation_length = 1;
truncation_symbol = "…/";
+
home_symbol = " ~";
read_only_style = "197";
read_only = "  ";
format = "at [$path]($style)[$read_only]($read_only_style) ";
···
programs.zsh = {
enable = true;
enableCompletion = true;
syntaxHighlighting.enable = true;
shellAliases = {