Remove .txt extension from TODO
[khome.git] / home / lib / login_aliases.sh
index e675fe8..11ebfa1 100644 (file)
@@ -18,7 +18,7 @@ alias tm='tmux'
 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 work_todo="cd $DIR_WORK/docs/TODO && vim -c NERDTreeFind TODO"
 alias drafts='cd ~/doc/drafts && drafts_prepend && vim -c NERDTreeFind drafts.md'
 alias notes='cd ~/doc/notes && notes_prepend && vim notes.md'
 alias bookmarks='cd ~/doc/bookmarks && vim bookmarks.md'
This page took 0.026168 seconds and 4 git commands to generate.