|
|
@ -97,6 +97,7 @@
|
|
|
|
todo # todo items (https://github.com/todotxt/todo.txt-cli)
|
|
|
|
todo # todo items (https://github.com/todotxt/todo.txt-cli)
|
|
|
|
timewarrior # timewarrior tracking status (https://timewarrior.net/)
|
|
|
|
timewarrior # timewarrior tracking status (https://timewarrior.net/)
|
|
|
|
taskwarrior # taskwarrior task count (https://taskwarrior.org/)
|
|
|
|
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
|
|
|
|
# time # current time
|
|
|
|
# =========================[ Line #2 ]=========================
|
|
|
|
# =========================[ Line #2 ]=========================
|
|
|
@ -924,6 +925,21 @@
|
|
|
|
# Custom icon.
|
|
|
|
# Custom icon.
|
|
|
|
# typeset -g POWERLEVEL9K_TASKWARRIOR_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
# typeset -g POWERLEVEL9K_TASKWARRIOR_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
######[ per_directory_history: Oh My Zsh per-directory-history local/global indicator ]#######
|
|
|
|
|
|
|
|
# Color when using local/global history.
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_LOCAL_FOREGROUND=0
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_LOCAL_BACKGROUND=5
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_GLOBAL_FOREGROUND=0
|
|
|
|
|
|
|
|
typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_GLOBAL_BACKGROUND=3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Tip: Uncomment the next two lines to hide "local"/"global" text and leave just the icon.
|
|
|
|
|
|
|
|
# typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_LOCAL_CONTENT_EXPANSION=''
|
|
|
|
|
|
|
|
# typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_GLOBAL_CONTENT_EXPANSION=''
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Custom icon.
|
|
|
|
|
|
|
|
# typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_LOCAL_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
# typeset -g POWERLEVEL9K_PER_DIRECTORY_HISTORY_GLOBAL_VISUAL_IDENTIFIER_EXPANSION='⭐'
|
|
|
|
|
|
|
|
|
|
|
|
################################[ cpu_arch: CPU architecture ]################################
|
|
|
|
################################[ cpu_arch: CPU architecture ]################################
|
|
|
|
# CPU architecture color.
|
|
|
|
# CPU architecture color.
|
|
|
|
typeset -g POWERLEVEL9K_CPU_ARCH_FOREGROUND=0
|
|
|
|
typeset -g POWERLEVEL9K_CPU_ARCH_FOREGROUND=0
|
|
|
|