This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this is the minitest helper file i use for a rails project | |
# TODO: add capybara | |
require 'spork' | |
if Spork.using_spork? | |
# make spork aware of changes in rails models | |
ActiveSupport::Dependencies.clear |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" lucius-vifm | |
" Color scheme for vifm (http://vifm.sourceforge.net/) | |
" Save this file as ~/.vifm/colors/lucius-vifm | |
" In your ~/.vifm/vifmrc, make sure you have the following line: | |
" color lucius-vifm | |
" | |
" This color scheme is loosely based on the lucius color scheme for vim | |
highlight Win cterm=none ctermfg=250 ctermbg=236 |