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
| # Color Coding | |
| # http://www.alloycode.com/2010/6/26/automatic-color-coding-for-script-console-and-irb | |
| begin | |
| require "ap" | |
| IRB::Irb.class_eval do | |
| def output_value | |
| ap @context.last_value | |
| end | |
| end | |
| rescue LoadError => e |
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
| ~/.vim[merging]% git merge akita | |
| fatal: cannot read object 19084786987d7ec8d545b3608856c5e45dd5ab23 'snippets~akita': It is a submodule! | |
| Merge with strategy recursive failed. | |
| ~/.vim[merging]% |
NewerOlder