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