Merge pull request #159 from GeoffreyFrogeye/xdg_default_value
Default value for XDG_CONFIG_HOME
This commit is contained in:
commit
06d41226af
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue