From edbe4e1832220032b4625adbc82413eec40140c3 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 27 Sep 2023 10:56:21 +0200 Subject: Misc. shell niceties --- home/zsh/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home/zsh/default.nix') diff --git a/home/zsh/default.nix b/home/zsh/default.nix index 1b8ce16..91c7ba3 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -16,6 +16,9 @@ dotDir = ".config/zsh"; history.path = config.xdg.cacheHome + "/zsh/history"; + initExtra = '' + PROMPT='%F{41}->%f %B%(2L.LVL%L .)%b%F{red}%(?..E%? )%f%n@%U%m%u:%15<...<%~%<<%# ' + ''; }; programs.fzf = { -- cgit v1.2.3