1
0
Fork 0
mirror of synced 2024-05-26 12:01:12 -04:00
This commit is contained in:
Hagai Cohen 2017-04-20 15:00:44 +00:00 committed by GitHub
commit cd336d6ec6

View file

@ -5,7 +5,7 @@ tpm_plugins_variable_name="@tpm_plugins"
_manual_expansion() {
local path="$1"
local expanded_tilde="${path/#\~/$HOME}"
echo "${expanded_tilde/#\$HOME/$HOME}"
echo $(echo $expanded_tilde | envsubst)
}
_tpm_path() {