mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
Fix autoload .sh file in custom directory
This commit is contained in:
@@ -65,7 +65,9 @@ done
|
||||
|
||||
# Load all of your custom configurations from custom/
|
||||
for config_file in $OSH_CUSTOM/*.sh; do
|
||||
source $config_file
|
||||
if [ -f config_file ]; then
|
||||
source $config_file
|
||||
fi
|
||||
done
|
||||
unset config_file
|
||||
|
||||
|
Reference in New Issue
Block a user