| # Some good standards, which are not used if the user | |
| # creates his/her own .bashrc/.bash_profile | |
| # --show-control-chars: help showing Korean or accented characters | |
| alias ls='ls -F --color=auto --show-control-chars' | |
| alias ll='ls -l' | |
| # Some good standards, which are not used if the user | |
| # creates his/her own .bashrc/.bash_profile | |
| # --show-control-chars: help showing Korean or accented characters | |
| alias ls='ls -F --color=auto --show-control-chars' | |
| alias ll='ls -l' | |