Skip to content

Instantly share code, notes, and snippets.

@dan-palmer
Created July 10, 2012 09:50
Show Gist options
  • Save dan-palmer/3082384 to your computer and use it in GitHub Desktop.
Save dan-palmer/3082384 to your computer and use it in GitHub Desktop.
bash profile stuff
export CLICOLOR=1 # colour stuff
export LSCOLORS=GxFxCxDxBxegedabagaced
alias ls='ls -GFahlrt'
alias updatelocate='sudo /usr/libexec/locate.updatedb'
export PATH="/usr/local/mysql/bin:$PATH"
export HISTCONTROL=ignoreboth:erasedups # no duplicate entries
shopt -s histappend # append history file
export PROMPT_COMMAND="history -a" # update histfile after every command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment