Skip to content

Instantly share code, notes, and snippets.

@yoki
Last active May 25, 2020 14:24
Show Gist options
  • Save yoki/5b69f7c26246b248739f88c1c075bbe0 to your computer and use it in GitHub Desktop.
Save yoki/5b69f7c26246b248739f88c1c075bbe0 to your computer and use it in GitHub Desktop.
bash_profile
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export CLICOLOR=1
export TERM=xterm-color
export GREP_OPTIONS='--color=auto' GREP_COLOR='1;32'
export CLICOLOR=1
export HISTFILESIZE=100000
export HISTSIZE=100000
export LSCOLORS=GxFxCxDxBxegedabagaced
export HISTCONTROL=erasedups:ignorespace
shopt -s histappend
export PROMPT_COMMAND="history -n; history -w; history -c; history -r; $PROMPT_COMMAND"
export HISTIGNORE="history*:chist*:rhist*"
PS1='\[\e[0;32m\]\h\[\e[0m\]:\[\e[0;33m\]\W\[\e[0m\]\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment