Commit graph

20 commits

Author SHA1 Message Date
eff5a3d0b1 zsh: avoid global array of colors in prompt 2024-07-29 19:46:35 +02:00
a28fa3a3f8 zsh: don't use abbreviation unnecessarily 2024-07-29 17:51:41 +02:00
bc602776af zsh: consistent function naming 2024-07-29 12:57:29 +02:00
a5ee1b137b zsh: remove unused option 2024-07-29 12:41:51 +02:00
0dac129b53 zsh: add feature flag for transient prompts
I am not 100% sure yet that I want to use transient prompts long term.
This makes it easy to turn them on/off and experiment for a while.
2024-07-29 12:40:57 +02:00
aa6cf52d63 zsh: add transient prompt 2024-07-29 01:54:52 +02:00
baa9b5a2e1 zsh: prefix my prompt-related functions with fs- 2024-07-29 01:06:50 +02:00
131d2097cc zsh: new error icon in prompt 2024-07-28 23:06:42 +02:00
1e0ac2b51b zsh: color prompt according to previous exit code 2024-07-28 23:04:20 +02:00
dbac417322 zsh: add icons to prompt 2024-07-28 22:52:19 +02:00
3949848924 zsh: visual tweaks to prompt 2024-07-27 22:43:06 +02:00
62dd4efc38 zsh: reduce the number of global variables used for colors in prompt 2024-07-27 22:41:51 +02:00
bb3f6a7b6f zsh: remove the need to render the prompt in a global array 2024-07-27 22:41:09 +02:00
13fa12c5c3 Ensure files end with a new line 2024-07-14 23:51:56 +02:00
b60f7e345b zsh: clean up indentation 2024-02-10 12:10:24 +01:00
216804c368 zsh: rework/simplify prompt 2023-10-08 21:06:26 +02:00
27d284ddd2 zsh: remove extra newline before prompt 2023-10-03 18:57:22 +02:00
dc3f84cabb zsh: make prompt use only indexed colors
This "should" make it easy to switch color schemes in the terminal and
not worry about the prompt, which will automatically adapt.
2023-07-22 18:38:32 +02:00
783c0d87c8 zsh: update prompt for gruvbox 2023-07-22 00:58:39 +02:00
39f51775fe zsh: refactor configuration with focus on interactive shells
Moved most of the work to `.zshrc' rather than `.zhenv', because most of
my configuration is only relevant to my interactive use of the shell.
2022-10-21 19:59:16 +02:00
Renamed from config/zsh/prompt (Browse further)