zshrc: do not source /etc/sysconfig/keyboard
authorMichael Prokop <mika@grml.org>
Mon, 3 Feb 2014 11:48:07 +0000 (12:48 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 3 Feb 2014 11:48:07 +0000 (12:48 +0100)
There shouldn't be any need for doing this here.

etc/zsh/zshrc

index c5cd34a..bd8ab85 100644 (file)
@@ -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#