Created
October 28, 2011 01:32
-
-
Save kkung/1321412 to your computer and use it in GitHub Desktop.
bash_profile for mac environment
This file contains hidden or 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 TERM="xterm-color" | |
export CLICOLOR=1 | |
export LSCOLORS=ExFxCxDxBxegedabagacad | |
export LANG=ko_KR.UTF-8 | |
set meta-flag on | |
set input-meta on | |
set output-meta on | |
set convert-meta off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment