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
|
||||
|
||||
shell = "zsh"
|
||||
|
||||
[plugins]
|
||||
|
||||
[plugins.todo]
|
||||
inline = 'todo() {(test -f ~/TODO.md && glow ~/TODO.md) || echo no ~/TODO.md}'
|
||||
|
||||
|
||||
[plugins.zsh-autosuggestions]
|
||||
github = 'zsh-users/zsh-autosuggestions'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user