diff --git a/bashrc.d/title b/bashrc.d/title new file mode 100644 index 0000000..344f6ef --- /dev/null +++ b/bashrc.d/title @@ -0,0 +1,5 @@ +#!/bin/bash +xtitle_cmd="$(which screen)" +if [ -n "${xtitle_cmd}" ]; then + xtitle "${USER}@$(hostname -s)" +fi \ No newline at end of file