Move TODO.md into Documents
[khome.git] / home / lib / login_aliases.sh
index f3ac497..f5f1660 100644 (file)
@@ -1,8 +1,15 @@
-alias   l='ls -lFhv'
-alias  ll='l -a --color=auto'
-alias lll='l -a --color=never'
+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 --color=auto'
+alias  ll='l -a'
+alias lll='ll --color=never'
 alias tree='tree --dirsfirst'
-alias dotnet="$HOME/.dotnet/dotnet"
-alias fsi="dotnet $HOME/.dotnet/sdk/2.1.503/FSharp/fsi.exe"
+#alias dotnet='~/.dotnet/dotnet'
+alias fsi='ledit dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsi.exe'
+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 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.021901 seconds and 4 git commands to generate.