diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index 914d69d7..e8792fa1 100644 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -1493,7 +1493,7 @@ def unzoom(self, widget=None): def set_cwd(self, cwd=None): """Set our cwd""" if cwd is not None: - self.cwd = cwd + self.cwd = os.path.expanduser(cwd) def held_open(self, widget=None, respawn=False, debugserver=False): self.is_held_open = True