diff options
| author | stkhan <personal@slickd.xyz> | 2023-11-23 12:50:06 -0600 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-11-23 12:50:06 -0600 |
| commit | 5df4ccf2a9e7880956db51ef196537677c248347 (patch) | |
| tree | 780d36d2073972aa5c6fba51f84e202255cf06f7 /scripts | |
| parent | 45b2c508af964b5f02cac88abb3b9bdb81f787e1 (diff) | |
Change prompt
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/set_theme.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/set_theme.sh b/scripts/set_theme.sh index 2022848..b616b4f 100755 --- a/scripts/set_theme.sh +++ b/scripts/set_theme.sh @@ -1,6 +1,6 @@ #!/bin/sh -echo "Choose a mode (type master if unsure): "; ls ./profiles/ +echo "Choose a profile: "; ls ./profiles/ read profile echo "PROFILE=$profile" >> ./.config |