fix schbang

This commit is contained in:
Freya Murphy 2023-10-07 15:42:29 -04:00
parent a58599bbd3
commit d78d5fe4b3
No known key found for this signature in database
GPG key ID: 988032A5638EE799
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/run/current-system/profile/bin/bash
source ./guix-log
source ./guix-env

View file

@ -1,3 +1,3 @@
#!/usr/bin/env bash
#!/run/current-system/profile/bin/bash
# added by scripts during runtime!!!

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/run/current-system/profile/bin/bash
ERROR() {
>&2 printf "\x1b[91mError: \x1b[0m\x1b[98m$1\n"

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/run/current-system/profile/bin/bash
set -o emacs;

View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/run/current-system/profile/bin/bash
welcome() {
cat<<"EOF"