We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a0cf1 commit 5e7b952Copy full SHA for 5e7b952
tmuxp/cli.py
@@ -928,7 +928,9 @@ def command_convert(config):
928
print('New config saved to <%s>.' % newfile)
929
930
931
-@cli.command(name='ls', short_help='List configured sessions in $HOME/.tmuxp dir.')
+@cli.command(
932
+ name='ls', short_help='List configured sessions in {}.'.format(get_config_dir())
933
+)
934
def command_ls():
935
tmuxp_dir = get_config_dir()
936
if os.path.exists(tmuxp_dir) and os.path.isdir(tmuxp_dir):
0 commit comments