Add default title

This commit is contained in:
Antonio J. Delgado 2022-05-09 15:52:23 +03:00
parent 9a3348f6a7
commit 2b49b18b06

5
bashrc.d/title Normal file
View file

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