mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
rename variables to: DH_CONFIG_DIR DH_CONFIG DH_ICON_DIR
This commit is contained in:
parent
bb164b7380
commit
5d81606629
5 changed files with 48 additions and 47 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue