Add default title
This commit is contained in:
parent
9a3348f6a7
commit
2b49b18b06
1 changed files with 5 additions and 0 deletions
5
bashrc.d/title
Normal file
5
bashrc.d/title
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
xtitle_cmd="$(which screen)"
|
||||
if [ -n "${xtitle_cmd}" ]; then
|
||||
xtitle "${USER}@$(hostname -s)"
|
||||
fi
|
Loading…
Reference in a new issue