Skip to content

Instantly share code, notes, and snippets.

View acx0's full-sized avatar
🦉
👁️🕳️👁️

Sam Lidder acx0

🦉
👁️🕳️👁️
View GitHub Profile
@acx0
acx0 / netrw-segfault.sh
Created July 13, 2012 16:58
netrw segfault
#!/bin/bash
TMPDIR=$(mktemp -d)
pushd $TMPDIR
mkdir dir
ln -s dir dirln
echo -e "\nusing vimrc:"
echo -e "set nocp\nfiletype plugin on" > vimrc