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