Note how to mark and list manually-installed Void packages
[khome.git] / home / lib / login_aliases.sh
index 1924ac2..36ac6ba 100644 (file)
@@ -1,5 +1,5 @@
 alias n=notify_done
-alias s=status
+alias s='echo $?'
 alias g=git
 alias gr='git remote -v'
 alias e='emacs -nw'
@@ -17,8 +17,7 @@ alias tm='tmux'
 #alias startx='printf "Use a specialized startx-...\n"'
 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.037494 seconds and 4 git commands to generate.