Use no-X emacs in the e alias
[khome.git] / home / lib / login_aliases.sh
... / ...
CommitLineData
1alias g=git
2alias e='emacs -nw'
3alias v=vim
4alias c='ncal -Mb' # -M : start week with Monday, -b : use old format (like in cal)
5alias h='history | fzf -e'
6alias l='ls -lFhv --group-directories-first --color=auto'
7alias ll='l -a'
8alias lll='ll --color=never'
9alias tree='tree --dirsfirst'
10#alias dotnet='~/.dotnet/dotnet'
11alias fsi='ledit dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsi.exe'
12alias fsc='dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsc.exe'
13alias tm='tmux'
14#alias startx='printf "Use a specialized startx-...\n"'
15alias mans='man $(man -k . | sort | fzf -e | awk "{print \$1}")'
16alias twread='twtxt timeline --limit 1000 | less'
17alias todo='cd ~/doc/TODO && vim TODO.md'
18alias work_todo="cd $DIR_WORK/docs/TODO && vim -c NERDTreeFind TODO.txt"
19alias drafts='cd ~/doc/drafts && drafts_prepend && vim drafts.md'
20alias notes='cd ~/doc/notes && notes_prepend && vim notes.md'
21alias bookmarks='cd ~/doc/bookmarks && vim bookmarks.md'
22alias ideas='cd ~/doc/ideas && vim ideas.md'
23alias quotes='cd ~/doc/quotations && vim quotations.md'
This page took 0.016186 seconds and 4 git commands to generate.