Skip to content

Commit

Permalink
Updated with commonrc to load from zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarsrud committed Apr 10, 2013
1 parent 7fc769b commit 928a0de
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .commonrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Load ~/.bash_prompt, ~/.exports, ~/.aliases, ~/.functions
for file in ~/.{aliases,git-completion}; do
[[ -f "$file" ]] && source "$file"
done

# Locale
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
5 changes: 1 addition & 4 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ cd ~

ditto ~/.dotfiles/.vim ~/.vim
cp ~/.dotfiles/.vimrc ~/.vimrc
cp ~/.dotfiles/.bash_prompt ~/.bash_prompt
cp ~/.dotfiles/.exports ~/.exports
cp ~/.dotfiles/.aliases ~/.aliases
cp ~/.dotfiles/.functions ~/.functions
cp ~/.dotfiles/.git-completion ~/.git-completion
cp ~/.dotfiles/.bash_profile ~/.bash_profile
cp ~/.dotfiles/.commonrc ~/.commonrc

echo "Don't forget to fix your .gitconfig!"

0 comments on commit 928a0de

Please sign in to comment.