aboutsummaryrefslogtreecommitdiffstats
path: root/X
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-04-26 23:08:41 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-04-26 23:08:41 +0100
commit06af0989d9a5e58b36019b7644f2321dbf67a337 (patch)
tree0ade53e18cc89bbd66d0bec12328bbd060d62f2d /X
parent8af9f0e107c8096649ac8cc7c6ba41fcb6a20760 (diff)
downloaddotfiles-06af0989d9a5e58b36019b7644f2321dbf67a337.tar.gz
dotfiles-06af0989d9a5e58b36019b7644f2321dbf67a337.zip
Adding vim config
Diffstat (limited to 'X')
-rw-r--r--X/.xinitrc16
1 files changed, 0 insertions, 16 deletions
diff --git a/X/.xinitrc b/X/.xinitrc
index 4287a7a..3da89d0 100644
--- a/X/.xinitrc
+++ b/X/.xinitrc
@@ -8,15 +8,7 @@ sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
-
-
-
-
-
-
-
xrdb -merge $sysresources
-
fi
if [ -f $sysmodmap ]; then
@@ -24,15 +16,7 @@ if [ -f $sysmodmap ]; then
fi
if [ -f "$userresources" ]; then
-
-
-
-
-
-
-
xrdb -merge "$userresources"
-
fi
if [ -f "$usermodmap" ]; then