Merge pull request #297 from t-b/upgrade_msys_openssl_101m
[msysgit.git] / etc / bash_profile
blobafdbe4c204ffd5b052817319a2682a2f115e6a23
1 # Some good standards, which are not used if the user
2 # creates his/her own .bashrc/.bash_profile
4 # --show-control-chars: help showing Korean or accented characters
5 alias ls='ls -F --color --show-control-chars'
6 alias ll='ls -l'