diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -300,7 +300,7 @@ alias b='bean' | |||
300 | # about vimwiki | 300 | # about vimwiki |
301 | alias cdl='cd ~/log' | 301 | alias cdl='cd ~/log' |
302 | alias chw='tig -C ~/log' | 302 | alias chw='tig -C ~/log' |
303 | ww() { entry="${1:-guideline}"; vim -c Goyo ~/log/${entry%%.md}.md; } | 303 | ww() { entry="${1:-plan.context}"; vim -c Goyo ~/log/${entry%%.md}.md; } |
304 | wg() { grep -r "$@" --color --exclude-dir={logseq,.git,.obsidian} ~/log; } | 304 | wg() { grep -r "$@" --color --exclude-dir={logseq,.git,.obsidian} ~/log; } |
305 | wi() { cat ~/log/${1%%.md}.md; } | 305 | wi() { cat ~/log/${1%%.md}.md; } |
306 | alias dia='diary' | 306 | alias dia='diary' |