Add sudo write on vim.
This commit is contained in:
parent
80969bf64d
commit
0b6f2f8b00
3 changed files with 10 additions and 0 deletions
3
bin/null
Executable file
3
bin/null
Executable file
|
@ -0,0 +1,3 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
# We don't do anything
|
4
bin/wf
Executable file
4
bin/wf
Executable file
|
@ -0,0 +1,4 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
sudo tee "$1" | null
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue