We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f705713 commit e54ecd8Copy full SHA for e54ecd8
src/libtmux/server.py
@@ -615,7 +615,7 @@ def __repr__(self) -> str:
615
)
616
if self.socket_path is not None:
617
return f"{self.__class__.__name__}(socket_path={self.socket_path})"
618
- return f"{self.__class__.__name__}(socket_path=/tmp/tmux-1000/default)"
+ return f"{self.__class__.__name__}(socket_path=/tmp/tmux-{os.geteuid()}/default)"
619
620
#
621
# Legacy: Redundant stuff we want to remove
0 commit comments