fix install /bin/jq

This commit is contained in:
pvincent
2021-04-21 22:06:13 +04:00
parent 1b117baee2
commit 9e8bc9314c
+1 -1
View File
@@ -148,7 +148,7 @@ __vte_osc7 () {
VTE_INFO="${HOSTNAME:-}" VTE_INFO="${HOSTNAME:-}"
if [[ $container == 'lxc' ]];then if [[ $container == 'lxc' ]];then
VTE_INFO="${container_hostname}.$(hostname)" VTE_INFO="${container_hostname}"
fi fi
printf "\[\033]7;file://%s%s\a\]" "${VTE_INFO}" "$(__vte_urlencode "${PWD}")" printf "\[\033]7;file://%s%s\a\]" "${VTE_INFO}" "$(__vte_urlencode "${PWD}")"