-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps on how to add new line after prompt. (Temporary feature) #29
Comments
Fanaperana
changed the title
Hi @adjoli,
Steps on how to add new line after prompt. (Temporary feature)
Jul 14, 2022
@Fanaperana I get this edit and it's cool (now in line 804/876) I want to have a line break "\n" after pressing ls so that there is a gap b/w result and the command input . Like I want a line break before .ics file and after "ls" to have a bit symmetry |
Hmm I know what you mean but I wouldn't know how to do it without some
research. However, if you know how to do it feel free to share or even
pullrequest a change to the code :)
…On Sat 15 Oct 2022, 12:47 treavvasu, ***@***.***> wrote:
@Fanaperana <https://github.com/Fanaperana> I get this edit and it's cool
(now in line 804/876)
But how do I have line break after input a command like this gap
[image: image]
<https://user-images.githubusercontent.com/16835617/195982010-3c947d9d-49fb-4cc7-bc83-6e1d1e16f168.png>
I want to have a line break "\n" after pressing ls so that there is a gap
b/w result and the command input .
Like I want a line break before .ics file and after "ls" to have a bit
symmetry
@andresgongora <https://github.com/andresgongora>
—
Reply to this email directly, view it on GitHub
<#29>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AC36INTRPAWCWBHLZANOTWDWDKDTRANCNFSM53SRDQTQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @adjoli,
For me, in order to add a new line after the prompt.
~/.config/synth-shell/synth-shell-prompt.sh
344
PS1="$PS1 $input_format"
PS1="$PS1\n> $input_format"
source ~/.bashrc
Thank you.
Originally posted by @Fanaperana in andresgongora/synth-shell#226 (comment)
The text was updated successfully, but these errors were encountered: