From cbbe2a26221696119071e0fc97d28c5151452d85 Mon Sep 17 00:00:00 2001 From: Zastian Pretorius Date: Tue, 26 Jul 2022 16:00:30 +0100 Subject: [PATCH] changed /bin/sh to /usr/bin/env bash coz dash made life hard --- xorg/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg/.xinitrc b/xorg/.xinitrc index 1e37e69..2b75fca 100755 --- a/xorg/.xinitrc +++ b/xorg/.xinitrc @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash xset +fp /home/mrfluffy/.local/share/fonts xset fp rehash