Merge pull request #159 from GeoffreyFrogeye/xdg_default_value

Default value for XDG_CONFIG_HOME
This commit is contained in:
Bruno Sutic
2020-02-18 11:09:12 +01:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ _CACHED_TPM_PATH="$(_tpm_path)"
# #
_get_user_tmux_conf() { _get_user_tmux_conf() {
# Define the different possible locations. # Define the different possible locations.
xdg_location="$XDG_CONFIG_HOME/tmux/tmux.conf" xdg_location="${XDG_CONFIG_HOME:-$HOME/.config}/tmux/tmux.conf"
default_location="$HOME/.tmux.conf" default_location="$HOME/.tmux.conf"
# Search for the correct configuration file by priority. # Search for the correct configuration file by priority.