rename variables to: DH_CONFIG_DIR DH_CONFIG DH_ICON_DIR

This commit is contained in:
zenobit 2023-03-21 15:54:39 +01:00
parent bb164b7380
commit 5d81606629
5 changed files with 48 additions and 47 deletions

View file

@ -1,7 +1,8 @@
#!/usr/bin/bash
CONFIG_DIR="$HOME"/.config/distrohopper
source "$CONFIG_DIR"/distrohopper.conf
DH_CONFIG_DIR="$HOME"/.config/distrohopper
DH_CONFIG="$DH_CONFIG_DIR/distrohopper.conf"
source "$DH_CONFIG"
yad --file --directory > target
echo "It will take while..."
cd "$VMS_DIR" || exit 1