Remove .txt extension from TODO
[khome.git] / home / lib / login_aliases.sh
index 8255c09..11ebfa1 100644 (file)
@@ -1,4 +1,5 @@
-alias s=status
+alias n=notify_done
+alias s='echo $?'
 alias g=git
 alias gr='git remote -v'
 alias e='emacs -nw'
@@ -17,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'
@@ -25,4 +26,3 @@ alias ideas='cd ~/doc/ideas && vim ideas.md'
 alias quotes='cd ~/doc/quotations && vim quotations.md'
 alias bitcoin='nc ticker.bitcointicker.co 10080'  # https://github.com/chubin/awesome-console-services#Money
 alias weather='cat ~/.pista-out/weather-summary'
-alias notify_status='s="$?"; if [[ "$s" -eq 0 ]]; then notify-send "done OK: $s"; else notify-send -u critical "done ERROR: $s"; fi'
This page took 0.023853 seconds and 4 git commands to generate.