From: Michael Prokop Date: Mon, 3 Feb 2014 11:48:07 +0000 (+0100) Subject: zshrc: do not source /etc/sysconfig/keyboard X-Git-Tag: v0.9.3~2 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=57254cb4b9a8321eaec6e68d84b1e484bdb1790e;p=grml-etc-core.git zshrc: do not source /etc/sysconfig/keyboard There shouldn't be any need for doing this here. --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index c5cd34a..bd8ab85 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -521,8 +521,6 @@ for var in LANG LC_ALL LC_MESSAGES ; do [[ -n ${(P)var} ]] && export $var done -xsource "/etc/sysconfig/keyboard" - # set some variables if check_com -c vim ; then #v#