You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
1 year ago
..
configure.zsh don't auto-start configuration wizard if it's likely that zshrc is broken 3 years ago
icons.zsh fix chezmoi segment and rename it to chezmoi_shell (#2311) 1 year ago
notes.md notes 4 years ago
p10k.zsh respect XDG_DATA_HOME when looking for the timewarrior data directory (#2344) 1 year ago
parser.zsh don't leak 'token' local variable in parser (#1407) 3 years ago
wizard.zsh wizard: add a screen for detecting faulty terminals that render glyphs such as U+F0001 as wide (e.g., Windows Terminal) 1 year ago
worker.zsh survive broken $TMPDIR 3 years ago