[issue721] [.vimrc] - Please update grml-config.sh
Darshaka Pathirana
bts at bts.grml.org
Tue Aug 11 10:00:27 CEST 2009
New submission from Darshaka Pathirana <dpat at syn-net.org>:
Hi!
As "/etc/vim/vimrc" and "/etc/skel/.vimrc" has been merged in the
"grml-etc-core"-package grml-config.sh[1] can not find
"http://git.grml.org/f/grml-etc-core/etc/skel/.vimrc" anymore.
[1] http://grml.org/scripts/grml-config.sh
This patch works for me:
--- grml-config.sh.orig 2009-08-11 09:51:34.000000000 +0200
+++ grml-config.sh 2009-08-11 09:52:01.000000000 +0200
@@ -1,6 +1,6 @@
#!/bin/sh
wget -O .screenrc http://git.grml.org/f/grml-etc-core/etc/grml/screenrc_generic
-wget -O .vimrc http://git.grml.org/f/grml-etc-core/etc/skel/.vimrc
+wget -O .vimrc http://git.grml.org/f/grml-etc-core/etc/vim/vimrc
wget -O .zshrc http://git.grml.org/f/grml-etc-core/etc/zsh/zshrc
# optional:
# wget -O .zshrc.local http://git.grml.org/f/grml-etc-core/etc/skel/.zshrc
Greetings && HTH,
- Darsha
----------
messages: 2424
nosy: jkirk
status: unread
title: [.vimrc] - Please update grml-config.sh
_____________________________________
GRML issue tracker <bts at bts.grml.org>
<http://bts.grml.org/grml/issue721>
_____________________________________
More information about the Bugs-changes
mailing list