From fec74b795eadeec6f51b8ef11630ac046aabc724 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Thu, 13 Dec 2018 22:30:13 +0100 Subject: [PATCH] Add bash shebang to files Signed-off-by: Severin Kaderli --- system/.bash_logout | 1 + system/.xinitrc | 1 + system/.xprofile | 1 + 3 files changed, 3 insertions(+) diff --git a/system/.bash_logout b/system/.bash_logout index de4f5f7..dc482a5 100644 --- a/system/.bash_logout +++ b/system/.bash_logout @@ -1,3 +1,4 @@ +#!/bin/bash # ~/.bash_logout: executed by bash(1) when login shell exits. # when leaving the console clear the screen to increase privacy diff --git a/system/.xinitrc b/system/.xinitrc index cc008f7..a96b2cd 100644 --- a/system/.xinitrc +++ b/system/.xinitrc @@ -1,3 +1,4 @@ +#!/bin/bash # Disable screen saver xset s off xset -dpms diff --git a/system/.xprofile b/system/.xprofile index a3f4d47..57c555b 100644 --- a/system/.xprofile +++ b/system/.xprofile @@ -1,3 +1,4 @@ +#!/bin/bash # Disable screen saver xset s off xset -dpms