Move TODO.md into Documents
[khome.git] / home / lib / login_aliases.sh
index 3ac3363..f5f1660 100644 (file)
@@ -1,8 +1,8 @@
+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'
-alias  ll='la --color=auto'
-alias lll='la --color=never'
+alias   l='ls -lFhv --group-directories-first --color=auto'
+alias  ll='l -a'
+alias lll='ll --color=never'
 alias tree='tree --dirsfirst'
 #alias dotnet='~/.dotnet/dotnet'
 alias fsi='ledit dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsi.exe'
@@ -10,3 +10,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 --limit 1000 | less'
+alias todo='vim ~/Documents/TODO.md'  # .md filetype is already set to activate spell check
+alias drafts='gvim -c "set spell" ~/Documents/Drafts.md'
This page took 0.032477 seconds and 4 git commands to generate.