Generate a new header for each drafts summon
[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='cd ~/doc/TODO && vim TODO.md'
15 alias work_todo="cd $DIR_WORK/docs/TODO && vim -c NERDTreeFind TODO.txt"
16 alias drafts='cd ~/doc/drafts && drafts_prepend && vim drafts.md'
17 alias bookmarks='cd ~/doc/bookmarks && vim bookmarks.md'
18 alias ideas='cd ~/doc/ideas && vim ideas.md'
19 alias quotes='cd ~/doc/quotations && vim quotations.md'
This page took 0.077582 seconds and 5 git commands to generate.