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