home: scripts: use bash as interpreter

This commit is contained in:
Guanran Wang 2023-12-15 21:53:06 +08:00
parent a0a7c7f518
commit 14b5766f55
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
6 changed files with 6 additions and 6 deletions

View file

@ -33,7 +33,7 @@
};
home.file.".xinitrc".text = ''
#!/bin/sh
#!/usr/bin/env bash
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
ydotool key 20:1 20:0 # press t
echo $(zenity --width 500 --entry) | wl-copy

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# Original Script: https://github.com/ericmurphyxyz/dotfiles/blob/master/.local/bin/changebrightness

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# this is kinda dumb too

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# Original Script: https://github.com/ericmurphyxyz/dotfiles/blob/master/.local/bin/changebrightness

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/env bash
# fuck this is so dumb