commit 84e5953f3b439630143e86abe3a5a2b3688cf617
parent 13c15fcd2a5e006ac4d69de8119cce6f1f0e22a8
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 24 Feb 2016 10:17:01 -0800
symlink mailcap
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/create_symlinks.sh b/create_symlinks.sh
@@ -4,7 +4,7 @@
for F in .bashrc .vimrc .inputrc .tmux.conf .xpdfrc .signature .Xresources \
.Xmodmap .xinitrc .xprofile .zshrc .conkyrc .xbindkeysrc .gitconfig \
.vimperatorrc .vimpcrc .compton.conf .locale .ctags .spacemacs \
- .juliarc.jl; do
+ .juliarc.jl .mailcap; do
SOURCE=$PWD/$F
TARGET=~/$F