fix XDG_CONFIG_HOME naming
This commit is contained in:
parent
283f86a6ba
commit
4eb00e6915
4 changed files with 6 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Clone tmux plugin manager if not existing
|
||||
if [[ -z "$TPM_PARENT_DIR" ]]; then
|
||||
TPM_PARENT_DIR=${XDG_CONFIG_DIR:-$HOME/.config}/tmux
|
||||
TPM_PARENT_DIR=${XDG_CONFIG_HOME:-$HOME/.config}/tmux
|
||||
fi
|
||||
|
||||
if [[ ! -f $TPM_PARENT_DIR/plugins/tpm/tpm ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue