Add bash shebang to files
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
e935acae2c
commit
fec74b795e
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
# Disable screen saver
|
||||
xset s off
|
||||
xset -dpms
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
# Disable screen saver
|
||||
xset s off
|
||||
xset -dpms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue