b1141ff6520a

I hate you Vim.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 14 Jun 2013 12:18:01 -0400
parents b211864a20ce
children d3919ecf6b45
branches/tags (none)
files bin/vim fish/config.fish vim/bullshit/python

Changes

--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/vim	Fri Jun 14 12:18:01 2013 -0400
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+PATH=~/.vim/bullshit:$PATH $VIM_BINARY "$@"
--- a/fish/config.fish	Thu Jun 13 11:51:40 2013 -0400
+++ b/fish/config.fish	Fri Jun 14 12:18:01 2013 -0400
@@ -174,6 +174,8 @@
 
 set -g -x NODE_PATH "/usr/local/lib/node_modules"
 
+set -g -x VIM_BINARY "/usr/local/bin/vim"
+
 # }}}
 # Python variables {{{
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vim/bullshit/python	Fri Jun 14 12:18:01 2013 -0400
@@ -0,0 +1,1 @@
+/usr/bin/python
\ No newline at end of file