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 b562c53 commit 0666547Copy full SHA for 0666547
tmuxp/cli.py
@@ -37,9 +37,9 @@ def get_config_dir():
37
"""
38
Return tmuxp configuration directory.
39
40
- ``TMUXP_CONFIGDIR`` environmental variable has precedence if set. We also
41
- evaluate XDG default directory from XDG_CONFIG_HOME environmental variable
42
- if set or its default. Then the old default ~/.tmuxp is returned for
+ ``TMUXP_CONFIGDIR`` environmental variable has precedence if set. We also
+ evaluate XDG default directory from XDG_CONFIG_HOME environmental variable
+ if set or its default. Then the old default ~/.tmuxp is returned for
43
compatibility.
44
45
Returns
0 commit comments