Use markdown for drafts
[khome.git] / home / lib / login_aliases.sh
index 6fc49db..b57e2ff 100644 (file)
@@ -1,10 +1,16 @@
-alias   l='ls -lFhv'
+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 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 ~/TODO.md'  # .md filetype is already set to activate spell check
+alias drafts='gvim -c "set spell" ~/Documents/Drafts.md'
This page took 0.043694 seconds and 4 git commands to generate.