Add sudo write on vim.

This commit is contained in:
Max Bucknell 2015-05-02 18:42:11 +01:00
parent 80969bf64d
commit 0b6f2f8b00
3 changed files with 10 additions and 0 deletions

3
bin/null Executable file
View file

@ -0,0 +1,3 @@
#! /usr/bin/env bash
# We don't do anything

4
bin/wf Executable file
View file

@ -0,0 +1,4 @@
#! /usr/bin/env bash
sudo tee "$1" | null

View file

@ -19,6 +19,9 @@ set PATH $PATH /opt/homebrew-cask/Caskroom/atom/latest/Atom.app/Contents/Resourc
# DYLD_LIBRARY_PATH (Rust asked for this)
set DYLD_LIBRARY_PATH "/usr/local/lib" "$DYLD_LIBRARY_PATH"
# Mono asked for this:
source dnvm.sh
# For GitHub integration.
# See github.com/github/hub
alias git hub