This commit is contained in:
Antonio J. Delgado 2022-05-09 15:53:01 +03:00
parent 2b49b18b06
commit cbdd37b113

View file

@ -1,5 +1,5 @@
#!/bin/bash
xtitle_cmd="$(which screen)"
if [ -n "${xtitle_cmd}" ]; then
xtitle "${USER}@$(hostname -s)"
"${xtitle_cmd}" "${USER}@$(hostname -s)"
fi