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
" Tomorrow Night - Full Colour and 256 Colour | |
" http://chriskempson.com | |
" | |
" Hex colour conversion functions borrowed from the theme "Desert256"" | |
" Default GUI Colours | |
let s:foreground = "c5c8c6" | |
let s:background = "1a1a1a" | |
let s:selection = "373b41" | |
let s:line = "282a2e" |
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
[~/dev/outright] [rails-3.0-upgrade ✗] rake jasmine:ci | |
Unable to load thrift_native extension. Defaulting to pure Ruby libraries. | |
WARNING: Nokogiri was built against LibXML version 2.7.3, but has dynamically loaded 2.7.8 | |
[DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.attributes.txn" is no longer supported | |
/Users/andrewkatz/.rvm/rubies/ree-1.8.7-2012.02/bin/ruby -S rspec /Users/andrewkatz/.rvm/gems/ree-1.8.7-2012.02@outright/gems/jasmine-1.3.1/lib/jasmine/run_specs.rb --colour --format progress -r /Users/andrewkatz/dev/outright/config/environment | |
Unable to load thrift_native extension. Defaulting to pure Ruby libraries. | |
WARNING: Nokogiri was built against LibXML version 2.7.3, but has dynamically loaded 2.7.8 | |
[DEPRECATION WARNING] Nested I18n namespace lookup under "activerecord.attributes.txn" is no longer supported | |
Waiting for jasmine server on 58225... | |
[2013-01-16 16:58:23] INFO WEBrick 1.3.1 |
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
PROMPT=$'%{$fg[blue]%}[%~]%{$reset_color%}$(git_prompt_info) ' | |
ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%} [" | |
ZSH_THEME_GIT_PROMPT_SUFFIX="]%{$reset_color%}" | |
ZSH_THEME_GIT_PROMPT_DIRTY=" %{$fg[red]%}✗%{$fg[green]%}" | |
ZSH_THEME_GIT_PROMPT_CLEAN="" |
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
set -g default-terminal "screen-256color" | |
# Use the system pasteboard | |
set-option -g default-command "reattach-to-user-namespace -l zsh" | |
# Bind Control key to match Screen | |
set -g prefix C-a | |
# Use vi key bindings | |
set -g status-keys vi |
NewerOlder