5 lines
191 B
Bash
5 lines
191 B
Bash
|
# shellcheck shell=sh
|
||
|
# Set primary config directory for postmarketOS Xfce4 configs.
|
||
|
# The general directory /etc/xdg will be appended later on.
|
||
|
export XDG_CONFIG_DIRS="/etc/xdg/xfce4-phone"
|