Add function to run command and notify on completion
[khome.git] / home / lib / login_aliases.sh
CommitLineData
c7de24d9 1alias l='ls -lFhv'
641d30dd
SK
2alias la='l -A'
3alias ll='la --color=auto'
4alias lll='la --color=never'
c7de24d9 5alias tree='tree --dirsfirst'
afdac541
SK
6alias dotnet="$HOME/.dotnet/dotnet"
7alias fsi="dotnet $HOME/.dotnet/sdk/2.1.503/FSharp/fsi.exe"
c7de24d9 8alias tm='tmux'
f13f270e 9alias startx='printf "Use a specialized startx-...\n"'
3d303a9b 10alias mans='man $(man -k . | sort | fzf -e | awk "{print \$1}")'
This page took 0.028642 seconds and 4 git commands to generate.