fix schbang
This commit is contained in:
parent
a58599bbd3
commit
d78d5fe4b3
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/run/current-system/profile/bin/bash
|
||||
|
||||
source ./guix-log
|
||||
source ./guix-env
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/run/current-system/profile/bin/bash
|
||||
|
||||
# added by scripts during runtime!!!
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/run/current-system/profile/bin/bash
|
||||
|
||||
set -o emacs;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
#!/run/current-system/profile/bin/bash
|
||||
|
||||
welcome() {
|
||||
cat<<"EOF"
|
||||
|
|
Loading…
Reference in a new issue