Fix quoting in drafts alias
[khome.git] / home / lib / login_aliases.sh
index 0832bec..fd4721a 100644 (file)
@@ -1,3 +1,4 @@
+alias c='ncal -Mb'  # -M : start week with Monday, -b : use old format (like in cal)
 alias h='history | fzf -e'
 alias   l='ls -lFhv --group-directories-first'
 alias  la='l -A'
@@ -10,4 +11,6 @@ alias fsc='dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsc.exe'
 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 --ascending --limit 1000 | less'
+alias twread='twtxt timeline --limit 1000 | less'
+alias todo='vim ~/TODO.md'  # .md filetype is already set to activate spell check
+alias drafts='gvim -c "set spell" ~/Documents/Drafts.txt'
This page took 0.03821 seconds and 4 git commands to generate.