Skip to content

Commit

Permalink
Adds history setup to bash config
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbeck committed May 5, 2011
1 parent d32b4b0 commit 2041ab8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bash/config
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,15 @@ alias irb='irb --readline -r irb/completion'
alias rii='ri -Tf ansi'

test -r /sw/bin/init.sh && . /sw/bin/init.sh

# bash history setup
export HISTCONTROL=ignorespace:erasedups
export HISTSIZE=10000
shopt -s histappend

# autotest
export AUTOFEATURE=true

# GitX
alias gitx="/Applications/GitX.app/Contents/MacOS/GitX"

0 comments on commit 2041ab8

Please sign in to comment.