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,5 +1,7 @@
ICON_DIR="/usr/share/icons/distroicons"
DH_CONFIG_DIR="$HOME/.config/distrohopper"
DH_CONFIG="$DH_CONFIG_DIR/distrohopper.conf"
DH_ICON_DIR="/usr/share/icons/distroicons"
TERMINAL=sakura
replace='"!"'
export "CONFIG_DIR" "ICON_DIR" "TERMINAL" "replace"
export "DH_CONFIG_DIR" "DH_CONFIG" "DH_ICON_DIR" "TERMINAL" "replace"