Skip to content

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

Open
@Fanaperana

Description

@Fanaperana

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions