sheldon: add inline todo function
This commit is contained in:
parent
b31beb0d56
commit
ae94d19fa5
@ -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'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user