Move TODO.md into Documents
[khome.git] / home / lib / login_aliases.sh
1 alias c='ncal -Mb' # -M : start week with Monday, -b : use old format (like in cal)
2 alias h='history | fzf -e'
3 alias l='ls -lFhv --group-directories-first --color=auto'
4 alias ll='l -a'
5 alias lll='ll --color=never'
6 alias tree='tree --dirsfirst'
7 #alias dotnet='~/.dotnet/dotnet'
8 alias fsi='ledit dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsi.exe'
9 alias fsc='dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsc.exe'
10 alias tm='tmux'
11 #alias startx='printf "Use a specialized startx-...\n"'
12 alias mans='man $(man -k . | sort | fzf -e | awk "{print \$1}")'
13 alias twread='twtxt timeline --limit 1000 | less'
14 alias todo='vim ~/Documents/TODO.md' # .md filetype is already set to activate spell check
15 alias drafts='gvim -c "set spell" ~/Documents/Drafts.md'
This page took 0.051184 seconds and 4 git commands to generate.