diff options
author | Samuel Gräfenstein <git@samuelgrf.com> | 2020-12-20 18:28:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 18:28:52 +0300 |
commit | 38a5492b5f123acf62b7bc0aa1c06a88a9aac2d7 (patch) | |
tree | 3ae48fe46a1af3af7ae92ea347801d6812a277a1 /config/p10k-lean-8colors.zsh | |
parent | a5d0525c6a34b614a885ec6f1c3d8ff8ddfc9e45 (diff) |
Remove trailing whitespace (#1173)
Diffstat (limited to 'config/p10k-lean-8colors.zsh')
-rw-r--r-- | config/p10k-lean-8colors.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 9a6e286c..fc201ed9 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -809,7 +809,7 @@ ##############[ taskwarrior: taskwarrior task count (https://taskwarrior.org/) ]############## # Taskwarrior color. typeset -g POWERLEVEL9K_TASKWARRIOR_FOREGROUND=6 - + # Taskwarrior segment format. The following parameters are available within the expansion. # # - P9K_TASKWARRIOR_PENDING_COUNT The number of pending tasks: `task +PENDING count`. |