codekingpro's picture
Add files using upload-large-folder tool
a48938a verified
Raw
History Blame Contribute Delete
234 Bytes
# 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'