]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - x11/setup.sh
Remove support for OS X
[config/dotfiles.git] / x11 / setup.sh
index a93d357ec98934b346283c3558fd2385f7738517..7dbbce23a9b1800a78a0a982ed6fd21c48dfe77d 100755 (executable)
@@ -59,12 +59,10 @@ if installed X; then
         sed_i 's/^!NO_COMPTON //' Xresources
     fi
 
-    if test ! "x`os`" = xdarwin; then
-        link xinitrc ~/.xinitrc
-        # Most display managers use ~/.xsession instead of ~/.xinitrc (which
-        # is used by e.g. startx). Provide both links.
-        link xinitrc ~/.xsession
-    fi
+    link xinitrc ~/.xinitrc
+    # Most display managers use ~/.xsession instead of ~/.xinitrc (which
+    # is used by e.g. startx). Provide both links.
+    link xinitrc ~/.xsession
     if test -f xinitrc.local; then
         link xinitrc.local ~/.xinitrc.local
     fi