powerlevel10k/internal
Roman Perepelitsa 360dcd3907 respect XDG_DATA_HOME when looking for the timewarrior data directory (#2344)
The logic for finding the data directory is as follows:

1. Find the root directory:
  1.1 If TIMEWARRIORDB is set, use that.
  1.2 Else if ~/.timewarrior is an existing directory, use that.
  1.3 Else if XDG_DATA_HOME is set, use $XDG_DATA_HOME/timewarrior.
  1.4 Else use ~/.local/share/timewarrior.
2. Append "/data" to the root directory.
2023-06-15 08:48:43 +02:00
..
configure.zsh don't auto-start configuration wizard if it's likely that zshrc is broken 2021-11-15 07:26:51 +01:00
icons.zsh fix chezmoi segment and rename it to chezmoi_shell (#2311) 2023-06-11 09:07:41 +02:00
notes.md notes 2020-06-15 17:56:32 +02:00
p10k.zsh respect XDG_DATA_HOME when looking for the timewarrior data directory (#2344) 2023-06-15 08:48:43 +02:00
parser.zsh don't leak 'token' local variable in parser (#1407) 2021-05-24 09:19:13 +02:00
wizard.zsh wizard: add a screen for detecting faulty terminals that render glyphs such as U+F0001 as wide (e.g., Windows Terminal) 2023-05-04 11:50:14 +02:00
worker.zsh survive broken $TMPDIR 2022-01-26 15:03:22 +01:00