diff options
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 |