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
#!/usr/bin/env ruby | |
require 'open3' | |
include Open3 | |
# TODO: use colors in output | |
def gitworld(command) | |
home = ENV["HOME"] | |
paths = [ \ | |
"", \ |
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
"2.1 (created: 2009/05/21 13:13:06) | |
silent colorscheme araxia | |
set activate=downloads,help,tabopen,homepage,extoptions,bookmarks,addons | |
" set activate-=paste,diverted,links | |
set editor="~/bin/vimperator +<line> <file>" | |
set guioptions=BMNs | |
set hinttimeout=500 | |
set incfind | |
set hlfind |
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
# bash shell initilization {{{ | |
# | |
# files involved in bash initilization | |
# | |
# file bash? sh? login? !login? inter? !inter? | |
# -------------------------------------------------------------------------------- | |
# /etc/profile o o o o o o | |
# /etc/bashrc o x o x o o | |
# .profile o o o o o o | |
# .bash_profile o x o o o x |
NewerOlder