Skip to content

Instantly share code, notes, and snippets.

@yamoo9
Created October 15, 2014 06:12
Show Gist options
  • Select an option

  • Save yamoo9/ead4c7ea85211cbcab60 to your computer and use it in GitHub Desktop.

Select an option

Save yamoo9/ead4c7ea85211cbcab60 to your computer and use it in GitHub Desktop.
Bash - ls 별칭(Alias) 설정
alias ls='ls -ph -1 --color=auto --show-control-chars'
alias lsa='ls -al --color=auto --show-control-chars'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment