Skip to content

Commit

Permalink
ignorespace & ignoredups for bash history
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Wong committed Mar 25, 2012
1 parent 9ba07c1 commit 61b8cbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bash_profile
Expand Up @@ -7,8 +7,11 @@
[[ -d ~/.gem/ruby/1.9.1/bin ]] && export PATH=$PATH:$HOME/.gem/ruby/1.9.1/bin
[[ -d ~/bin ]] && export PATH=$PATH:$HOME/bin

export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
export BROWSER="firefox"
export EDITOR="vim"
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
# ignore space and dups in bash history
export HISTCONTROL="ignoreboth"


eval $(keychain --eval --agents ssh -Q --quiet id_rsa)

0 comments on commit 61b8cbe

Please sign in to comment.