Add notes on Dell XPS 13
[khome.git] / home / lib / login_aliases.sh
... / ...
CommitLineData
1alias c='ncal -Mb' # -M : start week with Monday, -b : use old format (like in cal)
2alias h='history | fzf -e'
3alias l='ls -lFhv --group-directories-first'
4alias la='l -A'
5alias ll='la --color=auto'
6alias lll='la --color=never'
7alias tree='tree --dirsfirst'
8#alias dotnet='~/.dotnet/dotnet'
9alias fsi='ledit dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsi.exe'
10alias fsc='dotnet /usr/share/dotnet/sdk/2.1.504/FSharp/fsc.exe'
11alias tm='tmux'
12#alias startx='printf "Use a specialized startx-...\n"'
13alias mans='man $(man -k . | sort | fzf -e | awk "{print \$1}")'
14alias twread='twtxt timeline --limit 1000 | less'
15alias todo='vim ~/TODO.md' # .md filetype is already set to activate spell check
16alias drafts='gvim -c "set spell" ~/Documents/Drafts.txt'
This page took 0.025317 seconds and 4 git commands to generate.