Skip to content
Snippets Groups Projects
Commit 7af06e6b authored by Vincent Le gallic's avatar Vincent Le gallic
Browse files

C'est pratique d'avoir un TITLE correct sous plus de terminaux

Notamment, xterm-256color
parent 4e0a67ed
No related branches found
No related tags found
No related merge requests found
......@@ -589,7 +589,7 @@ else
fi
# On change le titre de la fenêtre dynamiquement si on est sous X
if [[ $TERM = "xterm" ]]; then
if [[ $TERM = xterm* ]]; then
TITLE='\[\e];\u@\h:\w\a\]'
else
TITLE=''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment