my_bashrc/bashrc.d/title

5 lines
111 B
Text
Raw Normal View History

2022-05-09 14:52:23 +02:00
#!/bin/bash
xtitle_cmd="$(which screen)"
if [ -n "${xtitle_cmd}" ]; then
xtitle "${USER}@$(hostname -s)"
fi