my_bashrc/bashrc.d/title
2022-05-09 15:53:01 +03:00

5 lines
No EOL
120 B
Bash

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