X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=home%2Flib%2Flogin_aliases.sh;h=fd99ee8bb4beac0a1ef87779e0522f0813d6f40d;hb=916cca244f14c878fdd078177d5f168e469a696e;hp=3ac3363bccc0c69bf458ee2cab03b76124451591;hpb=0e67d329d78ba4743920a26531d422ac0d66130b;p=khome.git diff --git a/home/lib/login_aliases.sh b/home/lib/login_aliases.sh index 3ac3363..fd99ee8 100644 --- a/home/lib/login_aliases.sh +++ b/home/lib/login_aliases.sh @@ -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/TODO.md' # .md filetype is already set to activate spell check +alias drafts='gvim -c "set spell" ~/Documents/drafts.md'