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