From 5f815762e43dfb9b4e8202cf838f4fed8d2bb7d4 Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Sun, 20 Oct 2024 09:29:00 +0530 Subject: [PATCH] feat: wezterm feat: kitty -> wezterm deps: remove kitty --- hosts/default/home/shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/default/home/shell.nix b/hosts/default/home/shell.nix index 98f4eb0..699c00f 100644 --- a/hosts/default/home/shell.nix +++ b/hosts/default/home/shell.nix @@ -35,7 +35,7 @@ if test -n "$VIRTUAL_ENV" printf "(%s) " (set_color blue)(basename $VIRTUAL_ENV)(set_color normal) end - printf '\uf313 \u0000' + printf '\uf313 \u00a0' set_color normal ''; }; @@ -48,7 +48,6 @@ broot file fd - yazi ouch # generate qr codes @@ -62,6 +61,7 @@ # form over function (pretty tools) nitch + + wezterm ]; } -