Created
October 20, 2015 17:06
-
-
Save mtrung/f4c1e4dc5d6634eb6a3b to your computer and use it in GitHub Desktop.
CLI with colors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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