installer: further automate release script
[msysgit.git] / etc / bash_profile
blob77b9c8dca50090a8d3702e43c8d31d0876dd3d38
1 # Some good standards, which are not used if the user
2 # creates his/her own .bashrc/.bash_profile
4 alias less='less -r'
5 # --show-control-chars: help showing Korean or accented characters
6 alias ls='ls -F --color --show-control-chars'
7 alias ll='ls -l'