Skip to content

Instantly share code, notes, and snippets.

@jeonguk
Created January 15, 2018 04:56
Show Gist options
  • Save jeonguk/b42b5ae3e57c1ae9044ec71c1d088c26 to your computer and use it in GitHub Desktop.
Save jeonguk/b42b5ae3e57c1ae9044ec71c1d088c26 to your computer and use it in GitHub Desktop.
bash_profile
alias ll='ls -al'
alias ls='ls -FG'
alias cls='clear'
# Tell ls to be colourful
export CLICOLOR=1
export LSCOLORS=Exfxcxdxbxegedabagacad
# Tell grep to highlight matches
export GREP_OPTIONS='--color=auto'
#path setting
export M2_HOME=/Users/jeonguk/app/apache-maven-3.5.0
export M2=$M2_HOME/bin
export PATH=$M2:$PATH
export PATH=$PATH:/usr/local/sbin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment