Skip to content

Instantly share code, notes, and snippets.

@mtrung
Created October 20, 2015 17:06
Show Gist options
  • Save mtrung/f4c1e4dc5d6634eb6a3b to your computer and use it in GitHub Desktop.
Save mtrung/f4c1e4dc5d6634eb6a3b to your computer and use it in GitHub Desktop.
CLI with colors
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
alias ls='ls -l -GFh'
alias l='ls -l -GFh'
alias ll='ls -la'
alias lm='ls | more'
alias llm='ls -la | more'
export PATH=$PATH:/Users/xxx/Library/Android/sdk/platform-tools/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment