New line after the command prompt

8thperson

Is there any way I can configure terminal applications to display command text from front of $ to under the user name on terminal window? See image attached. I use terminator.

enter image description here

cuonglm

POSIXly:

$ NL='
'
$ PS1=${PS1}${NL}
$
<cursor here>

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

zsh new line prompt after each command

From Dev

zsh new line prompt after each command

From Dev

How to make bash put prompt on a new line after cat command?

From Dev

New prompt line not automatically put to command line upon exit code

From Dev

Is there a command to get bash to print a new prompt string and redraw the current line?

From Dev

Return to linux command line prompt after executing an HBase shell script

From Dev

Change prompt on command line?

From Dev

Displaying a new line on the prompt

From Dev

Displaying a new line on the prompt

From Dev

A command line that works in a prompt and not in a script

From Dev

Resize windows command line prompt?

From Dev

Linux command line issue with prompt

From Dev

colorize hostname in command line prompt

From Dev

Windows Command Line - Prompt Advice

From Dev

Command prompt New Item not working

From Dev

Command prompt change after reboot

From Dev

How to open a new Terminal with shell prompt and running multiple commands in Command Line?

From Dev

How to open a new Terminal with shell prompt and running multiple commands in Command Line?

From Dev

Change Command Prompt width from the Command Line

From Dev

Redirecting file line by line in MS command prompt

From Dev

Trailing new line after piping to a command: is there any standard?

From Dev

How to add new line after bash command before output

From Dev

How to add new line after bash command before output

From Dev

MAMP mysql command line working but not displaying info and I keep getting empty prompt arrow after commands

From Dev

MAMP mysql command line working but not displaying info and I keep getting empty prompt arrow after commands

From Dev

Command on new line

From Dev

Java Command-Line App with own prompt

From Java

Maintaining state during interactive command line prompt

From Dev

Windows command line GIT password prompt

Related Related

  1. 1

    zsh new line prompt after each command

  2. 2

    zsh new line prompt after each command

  3. 3

    How to make bash put prompt on a new line after cat command?

  4. 4

    New prompt line not automatically put to command line upon exit code

  5. 5

    Is there a command to get bash to print a new prompt string and redraw the current line?

  6. 6

    Return to linux command line prompt after executing an HBase shell script

  7. 7

    Change prompt on command line?

  8. 8

    Displaying a new line on the prompt

  9. 9

    Displaying a new line on the prompt

  10. 10

    A command line that works in a prompt and not in a script

  11. 11

    Resize windows command line prompt?

  12. 12

    Linux command line issue with prompt

  13. 13

    colorize hostname in command line prompt

  14. 14

    Windows Command Line - Prompt Advice

  15. 15

    Command prompt New Item not working

  16. 16

    Command prompt change after reboot

  17. 17

    How to open a new Terminal with shell prompt and running multiple commands in Command Line?

  18. 18

    How to open a new Terminal with shell prompt and running multiple commands in Command Line?

  19. 19

    Change Command Prompt width from the Command Line

  20. 20

    Redirecting file line by line in MS command prompt

  21. 21

    Trailing new line after piping to a command: is there any standard?

  22. 22

    How to add new line after bash command before output

  23. 23

    How to add new line after bash command before output

  24. 24

    MAMP mysql command line working but not displaying info and I keep getting empty prompt arrow after commands

  25. 25

    MAMP mysql command line working but not displaying info and I keep getting empty prompt arrow after commands

  26. 26

    Command on new line

  27. 27

    Java Command-Line App with own prompt

  28. 28

    Maintaining state during interactive command line prompt

  29. 29

    Windows command line GIT password prompt

HotTag

Archive