diff options
author | Linnnus <[email protected]> | 2023-09-27 10:56:21 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-27 10:56:21 +0200 |
commit | edbe4e1832220032b4625adbc82413eec40140c3 (patch) | |
tree | df60868bcacdbbfa8bfadb2669aa719beb76e17f /home/zsh | |
parent | d0fdf5abad8f9a6fdc8b412847d457cd47c9a304 (diff) |
Misc. shell niceties
Diffstat (limited to 'home/zsh')
-rw-r--r-- | home/zsh/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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 = { |