Generate a new header for each drafts summon
[khome.git] / home / lib / login_aliases.sh
index 2ef69b6..9448ba3 100644 (file)
@@ -13,7 +13,7 @@ alias mans='man $(man -k . | sort | fzf -e | awk "{print \$1}")'
 alias twread='twtxt timeline --limit 1000 | less'
 alias todo='cd ~/doc/TODO && vim TODO.md'
 alias work_todo="cd $DIR_WORK/docs/TODO && vim -c NERDTreeFind TODO.txt"
-alias drafts='cd ~/doc/drafts && vim drafts.md'
+alias drafts='cd ~/doc/drafts && drafts_prepend && vim drafts.md'
 alias bookmarks='cd ~/doc/bookmarks && vim bookmarks.md'
 alias ideas='cd ~/doc/ideas && vim ideas.md'
 alias quotes='cd ~/doc/quotations && vim quotations.md'
This page took 0.029389 seconds and 4 git commands to generate.