From 57254cb4b9a8321eaec6e68d84b1e484bdb1790e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 3 Feb 2014 12:48:07 +0100 Subject: [PATCH] zshrc: do not source /etc/sysconfig/keyboard There shouldn't be any need for doing this here. --- etc/zsh/zshrc | 2 -- 1 file changed, 2 deletions(-) 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# -- 2.1.4