@ -148,7 +148,7 @@ __vte_osc7 () {
VTE_INFO="${HOSTNAME:-}"
if [[ $container == 'lxc' ]];then
VTE_INFO="${container_hostname}.$(hostname)"
VTE_INFO="${container_hostname}"
fi
printf "\[\033]7;file://%s%s\a\]" "${VTE_INFO}" "$(__vte_urlencode "${PWD}")"