Skip to content

Commit

Permalink
Set xonsh window title
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Mar 17, 2019
1 parent 345364e commit 7e8ff54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xonsh/base_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def settitle(self):
"linux",
]:
return
t = env.get("TITLE")
t = 'gitsome'
if t is None:
return
t = self.prompt_formatter(t)
Expand Down

0 comments on commit 7e8ff54

Please sign in to comment.