We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d9ace commit 7c3a16eCopy full SHA for 7c3a16e
scripts/helpers/plugin_functions.sh
@@ -20,7 +20,7 @@ _CACHED_TPM_PATH="$(_tpm_path)"
20
#
21
_get_user_tmux_conf() {
22
# Define the different possible locations.
23
- xdg_location="$XDG_CONFIG_HOME/tmux/tmux.conf"
+ xdg_location="${XDG_CONFIG_HOME:-$HOME/.config}/tmux/tmux.conf"
24
default_location="$HOME/.tmux.conf"
25
26
# Search for the correct configuration file by priority.
0 commit comments