sheldon: add inline todo function

This commit is contained in:
surtur 2022-09-07 22:36:47 +02:00
parent b31beb0d56
commit ae94d19fa5
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -3,8 +3,13 @@
# See the documentation for more https://github.com/rossmacarthur/sheldon#readme # See the documentation for more https://github.com/rossmacarthur/sheldon#readme
shell = "zsh" shell = "zsh"
[plugins] [plugins]
[plugins.todo]
inline = 'todo() {(test -f ~/TODO.md && glow ~/TODO.md) || echo no ~/TODO.md}'
[plugins.zsh-autosuggestions] [plugins.zsh-autosuggestions]
github = 'zsh-users/zsh-autosuggestions' github = 'zsh-users/zsh-autosuggestions'