Skip to content

Missing newlines in "use" and "current" command#11

Merged
dotzero merged 2 commits intodotzero:masterfrom
bytebutcher:master
Mar 31, 2026
Merged

Missing newlines in "use" and "current" command#11
dotzero merged 2 commits intodotzero:masterfrom
bytebutcher:master

Conversation

@bytebutcher
Copy link
Copy Markdown
Contributor

When using the "use" and "current" command the prompt does not add an ending new-line. As a result follow-up commands are not aligned properly:

Current situation:

user@localhost:~$ git-profile current
defaultuser@localhost:~$ git-profile use default
Successfully applied `default` profile to current git repository.user@localhost:~$

Expected result:

user@localhost:~$ git-profile current
default
user@localhost:~$ git-profile use default
Successfully applied `default` profile to current git repository.
user@localhost:~$

@dotzero dotzero merged commit 835c7f7 into dotzero:master Mar 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants