Split .profile into lib files
[khome.git] / lib / login_aliases.sh
1 alias l='ls -lFhv'
2 alias ll='l -a --color=auto'
3 alias lll='l -a --color=never'
4 alias tree='tree --dirsfirst'
5 alias fsi="ledit $HOME/.dotnet/dotnet $HOME/.dotnet/sdk/2.1.503/FSharp/fsi.exe"
6 alias tm='tmux'
This page took 0.051605 seconds and 4 git commands to generate.