Open
Description
Hi @adjoli,
For me, in order to add a new line after the prompt.
- Go to
~/.config/synth-shell/synth-shell-prompt.sh
- Edit line
344
- From:
PS1="$PS1 $input_format"
- To:
PS1="$PS1\n> $input_format"
- Then, to execute changes
source ~/.bashrc
Thank you.
Originally posted by @Fanaperana in andresgongora/synth-shell#226 (comment)
Metadata
Metadata
Assignees
Labels
No labels