Skip to content
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

Open
Fanaperana opened this issue Jul 14, 2022 · 2 comments
Open

Steps on how to add new line after prompt. (Temporary feature) #29

Fanaperana opened this issue Jul 14, 2022 · 2 comments

Comments

@Fanaperana
Copy link

Hi @adjoli,
For me, in order to add a new line after the prompt.

  1. Go to ~/.config/synth-shell/synth-shell-prompt.sh
  2. Edit line 344
  • From:
PS1="$PS1 $input_format"
  • To:
PS1="$PS1\n> $input_format"
  1. Then, to execute changes source ~/.bashrc

Thank you.

Originally posted by @Fanaperana in andresgongora/synth-shell#226 (comment)

@Fanaperana Fanaperana changed the title Hi @adjoli, Steps on how to add new line after prompt. (Temporary feature) Jul 14, 2022
@TreavVasu
Copy link

@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

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

@andresgongora
Copy link
Owner

andresgongora commented Oct 15, 2022 via email

@andresgongora andresgongora transferred this issue from andresgongora/synth-shell Oct 15, 2022
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

No branches or pull requests

3 participants