1
1
Fork 0
mirror of https://github.com/G2-Games/welcome.sh.git synced 2025-05-02 03:12:54 -05:00
This commit is contained in:
g2 2022-09-30 08:31:04 -05:00
commit ccfb158843

View file

@ -1,5 +1,5 @@
version=1.0.3
export LC_NUMERIC="en_US.UTF-8" #Fix for locales that use , instead of . as a decimal delimiter
#========Welcome=======#
welcome () {
msg="Welcome" # Default
@ -224,7 +224,6 @@ updatecheck="on" #< Check for general updates
flatpakupd="off" #< Check for flatpak updates, this slows startup down A LOT
goodgreeting="on" #< Display greetings like "Good afternoon," else "It's afternoon"
export LC_NUMERIC="en_US.UTF-8" #Fix for locales that use , instead of . as a decimal delimiter
source ~/.welcome/config.cfg
welcome