Add user config and add sources file. #10
Loading…
Reference in a new issue
No description provided.
Delete branch "Ohio2/aps:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -6,3 +6,3 @@
#################################
if [ -f "/etc/al/config" ]; then
if [ -f "$XDG_CONFIG_HOME/al/config" ]; then
instead of checking for a bunch of config files, let the user set the path using an enviornment variable. better yet, make the entire script configured by enviornment variables!
@ -33,6 +37,12 @@ confirm(){
die "User gave invalid input. Exiting..."
fi
}
sources_file(){
doesn't need to be a function
maybe, let me change the code accordingly.
@ -0,0 +6,4 @@
CheckForUpdates=true
NonBlockingErrors=true
SilentErrors=false
QuickStart=false
what
that's grapejuice acting up, not related