Browse Source

fix install /bin/jq

master
pvincent 4 years ago
parent
commit
9e8bc9314c
  1. 2
      bash.bashrc

2
bash.bashrc

@ -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}")"

Loading…
Cancel
Save