Skip to content

Commit

Permalink
Copy the bash dir too
Browse files Browse the repository at this point in the history
  • Loading branch information
enriclluelles committed Sep 22, 2014
1 parent ae887ef commit 6aefeb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions bash/config
Expand Up @@ -40,9 +40,11 @@ export VIMRUNTIME=$last
#export PROMPT_COMMAND="history -c; history -r; $PROMPT_COMMAND"


source /usr/local/share/chruby/chruby.sh
chruby 2.1.2

CHRUBY_PATH=/usr/local/share/chruby/chruby.sh
if [ -f $CHRUBY_PATH ]; then
source $CHRUBY_PATH
chruby 2.1.2
fi

#vi mode by default
set -o vi
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -16,7 +16,7 @@ do
done
for f in *
do
if [[ -f $f || $f == "bin" || $f == "vim" ]]
if [[ -f $f || $f == "bin" || $f == "vim" || $f == "bash" ]]
then
FILEN=$HOME/\.$f
rm -rf $FILEN
Expand Down

0 comments on commit 6aefeb6

Please sign in to comment.