Alias 'ncal -Mb' to 'c'
[khome.git] / home / lib / login_aliases.sh
index 3ac3363..abf7d12 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,3 +11,4 @@ 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'
This page took 0.02368 seconds and 4 git commands to generate.