mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-10-31 23:28:47 +00:00
Merge 10bb47ac9c
into c8ac32a085
This commit is contained in:
commit
cd336d6ec6
@ -5,7 +5,7 @@ tpm_plugins_variable_name="@tpm_plugins"
|
|||||||
_manual_expansion() {
|
_manual_expansion() {
|
||||||
local path="$1"
|
local path="$1"
|
||||||
local expanded_tilde="${path/#\~/$HOME}"
|
local expanded_tilde="${path/#\~/$HOME}"
|
||||||
echo "${expanded_tilde/#\$HOME/$HOME}"
|
echo $(echo $expanded_tilde | envsubst)
|
||||||
}
|
}
|
||||||
|
|
||||||
_tpm_path() {
|
_tpm_path() {
|
||||||
|
Loading…
Reference in New Issue
Block a user