Use no-X emacs in the e alias
[khome.git] / home / lib / login_aliases.sh
CommitLineData
fd297284 1alias g=git
5973f8ad 2alias e='emacs -nw'
fd297284 3alias v=vim
d2abb350 4alias c='ncal -Mb' # -M : start week with Monday, -b : use old format (like in cal)
0e67d329 5alias h='history | fzf -e'
6cc69fff
SK
6alias l='ls -lFhv --group-directories-first --color=auto'
7alias ll='l -a'
8alias lll='ll --color=never'
c7de24d9 9alias tree='tree --dirsfirst'
e82c2ee7 10#alias dotnet='~/.dotnet/dotnet'
0887a551 11alias fsi='ledit dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsi.exe'
e82c2ee7 12alias fsc='dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsc.exe'
c7de24d9 13alias tm='tmux'
c64784de 14#alias startx='printf "Use a specialized startx-...\n"'
3d303a9b 15alias mans='man $(man -k . | sort | fzf -e | awk "{print \$1}")'
967233a4 16alias twread='twtxt timeline --limit 1000 | less'
a42aa7f8 17alias todo='cd ~/doc/TODO && vim TODO.md'
2543c5be 18alias work_todo="cd $DIR_WORK/docs/TODO && vim -c NERDTreeFind TODO.txt"
76b7ee10 19alias drafts='cd ~/doc/drafts && drafts_prepend && vim drafts.md'
e5874f08 20alias notes='cd ~/doc/notes && notes_prepend && vim notes.md'
a42aa7f8
SK
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.05912 seconds and 4 git commands to generate.