Updates of course

master
JD Cantrell 7 years ago
parent 1233808337
commit a1ed43e176

@ -70,3 +70,15 @@ export NVM_DIR="/home/jd/.nvm"
firefox $(xip)
}
function add-smudge {
name=$1
filename=$2
find=$3
replace=$4
git config filter.$name.smudge "sed -e 's/$find/$replace/'"
git config filter.$name.clean "sed -e 's/$replace/$find/'"
touch .git/info/attributes
echo "$filename filter=$name" >> .git/info/attributes
}

@ -0,0 +1,8 @@
directory: /media/Baranduin/backup/Music
library: /media/Baranduin/backup/music.blb
plugins: fetchart scrub
fetchart:
auto: yes

@ -546,7 +546,7 @@ if has('gui_running')
if has("gui_macvim")
set guifont=Source\ Code\ Pro:h15
else
set guifont=Monospace\ 11
set guifont=Monospace\ 12
endif
"Remove all bells - this needs to be moved to .gvimrc

Loading…
Cancel
Save