Skip to content

Commit

Permalink
Fixed some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Werth committed Apr 6, 2010
1 parent 4f21d1b commit c09daf4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions etc/bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ if [ "$OS" = "darwin" ] ; then
fi

if [ -d ~/bin ]; then
export PATH=:~/bin:$PATH # add your bin folder to the path, if you have it. It's a good place to add all your scripts
export PATH=~/bin:$PATH # add your bin folder to the path, if you have it. It's a good place to add all your scripts
fi

if [ -d ~/cl/bin ]; then
export PATH=:~/cl/bin:$PATH # add your bin folder to the path, if you have it
export PATH=~/cl/bin:$PATH # add your bin folder to the path, if you have it
fi


Expand Down
2 changes: 1 addition & 1 deletion etc/vim/colors/ir_black.vim
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
" Red #FF6C60 #FFB6B0
" Green #A8FF60 #CEFFAB
" Yellow #FFFFB6 #FFFFCB
" Blue #96CBFE #FFFFCB
" Blue #96CBFE #B5DCFE
" Magenta #FF73FD #FF9CFE
" Cyan #C6C5FE #DFDFFE
" White #EEEEEE #FFFFFF
Expand Down
2 changes: 1 addition & 1 deletion etc/vim/colors/ir_blue.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
" Red #FF6C60 #FFB6B0
" Green #A8FF60 #CEFFAB
" Yellow #FFFFB6 #FFFFCB
" Blue #96CBFE #FFFFCB
" Blue #96CBFE #B5DCFE
" Magenta #FF73FD #FF9CFE
" Cyan #C6C5FE #DFDFFE
" White #EEEEEE #FFFFFF
Expand Down
2 changes: 1 addition & 1 deletion etc/vim/colors/ir_dark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
" Red #FF6C60 #FFB6B0
" Green #A8FF60 #CEFFAB
" Yellow #FFFFB6 #FFFFCB
" Blue #96CBFE #FFFFCB
" Blue #96CBFE #B5DCFE
" Magenta #FF73FD #FF9CFE
" Cyan #C6C5FE #DFDFFE
" White #EEEEEE #FFFFFF
Expand Down

0 comments on commit c09daf4

Please sign in to comment.