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 10e5561 commit e453ce8Copy full SHA for e453ce8
tmuxp/cli.py
@@ -931,5 +931,5 @@ def command_convert(config):
931
def command_ls():
932
tmuxp_dir = Path.home() / '.tmuxp'
933
if tmuxp_dir.exists() and tmuxp_dir.is_dir():
934
- for f in tmuxp_dir.iterdir():
+ for f in sorted(tmuxp_dir.iterdir()):
935
print(f.stem)
0 commit comments