29c473e792deb3b2ecdb8f3c74510e851bd33844
[khome.git] / home / lib / login_aliases.sh
1 alias n=notify_done
2 alias s='echo $?'
3 alias g=git
4 alias gr='git remote -v'
5 alias e='emacs -nw'
6 alias v=vim
7 alias c='cal -vm3' # -v: vertical, -m: start week with Monday, -3: show 3 months (prev, curr, next)
8 alias h='history | fzf -e'
9 alias l='ls -lFhv --group-directories-first --color=auto'
10 alias ll='l -a'
11 alias lll='ll --color=never'
12 alias tree='tree --dirsfirst'
13 #alias dotnet='~/.dotnet/dotnet'
14 #alias fsi='ledit dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsi.exe'
15 #alias fsc='dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsc.exe'
16 alias tm='tmux'
17 #alias startx='printf "Use a specialized startx-...\n"'
18 alias mans='man $(man -k . | sort | fzf -e | awk "{print \$1}")'
19 alias twread='twtxt timeline --limit 1000 | less'
20 alias work_todo="cd $DIR_WORK/docs/TODO && vim -c NERDTreeFind TODO"
21 alias drafts='cd ~/doc/drafts && drafts_prepend && vim -c NERDTreeFind drafts.md'
22 alias notes='cd ~/doc/notes && notes_prepend && vim notes.md'
23 alias bookmarks='cd ~/doc/bookmarks && vim bookmarks.md'
24 alias ideas='cd ~/doc/ideas && vim ideas.md'
25 alias quotes='cd ~/doc/quotations && vim quotations.md'
26 alias bitcoin='nc ticker.bitcointicker.co 10080' # https://github.com/chubin/awesome-console-services#Money
27 alias weather='cat ~/.pista-out/weather-summary'
This page took 0.063221 seconds and 3 git commands to generate.