Skip to content

Commit

Permalink
agignore cache; export LANGUAGE and LC_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Jan 3, 2014
1 parent a02cb5d commit e4ae553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ag/agignore
Expand Up @@ -6,3 +6,4 @@ tmp
*.sassc
*compiled*
.git
*/cache/**
2 changes: 2 additions & 0 deletions bash/bashrc
Expand Up @@ -26,6 +26,8 @@ stty -ixon -ixoff

export RUBY_GC_MALLOC_LIMIT=60000000
export RUBY_FREE_MIN=200000
export LANGUAGE="en_US.UTF-8"
export LC_ALL="en_US.UTF-8"

source ~/.functions

Expand Down

0 comments on commit e4ae553

Please sign in to comment.