diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-11-06 16:21:18 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-11-06 16:21:18 -0600 |
commit | 3119d65a024f2fcd8e5c83f39efd25987426e204 (patch) | |
tree | 891a0d8a439c7e0c99eb25a114c1ea6fff0e177f /dot_config/zsh/dot_p10k.zsh | |
parent | Make shellcheck stop complaining (diff) | |
download | dotfiles-3119d65a024f2fcd8e5c83f39efd25987426e204.tar dotfiles-3119d65a024f2fcd8e5c83f39efd25987426e204.tar.gz dotfiles-3119d65a024f2fcd8e5c83f39efd25987426e204.tar.bz2 dotfiles-3119d65a024f2fcd8e5c83f39efd25987426e204.tar.lz dotfiles-3119d65a024f2fcd8e5c83f39efd25987426e204.tar.xz dotfiles-3119d65a024f2fcd8e5c83f39efd25987426e204.tar.zst dotfiles-3119d65a024f2fcd8e5c83f39efd25987426e204.zip |
more p10k stuffs
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | dot_config/zsh/dot_p10k.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dot_config/zsh/dot_p10k.zsh b/dot_config/zsh/dot_p10k.zsh index 8c94331..eccf809 100644 --- a/dot_config/zsh/dot_p10k.zsh +++ b/dot_config/zsh/dot_p10k.zsh @@ -32,7 +32,7 @@ # The list of segments shown on the left. Fill it with the most important segments. typeset -g POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=( # =========================[ Line #1 ]========================= - # os_icon # os identifier + os_icon # os identifier dir # current directory vcs # git status # =========================[ Line #2 ]========================= @@ -104,7 +104,7 @@ timewarrior # timewarrior tracking status (https://timewarrior.net/) taskwarrior # taskwarrior task count (https://taskwarrior.org/) per_directory_history # Oh My Zsh per-directory-history local/global indicator - # cpu_arch # CPU architecture + cpu_arch # CPU architecture time # current time # =========================[ Line #2 ]========================= newline |