From 2e3685028f484a9bf022b45247117eed9c2cb913 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sat, 10 Feb 2024 13:57:46 +0100 Subject: Add newlines to the bash prompt for nicer UI --- systems/izumi/izumi.org | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'systems/izumi/izumi.org') diff --git a/systems/izumi/izumi.org b/systems/izumi/izumi.org index 5510e8b..f0f39ea 100644 --- a/systems/izumi/izumi.org +++ b/systems/izumi/izumi.org @@ -859,7 +859,14 @@ ("pull-guix" . ,pull-guix) ("reconfigure-home" . ,reconfigure-home) ("reconfigure-system" . ,reconfigure-system) - ("update-system" . ,update-system)))))) + ("update-system" . ,update-system))) + (bash-profile + (list + (mixed-text-file + "newline-prompt" + "PS1=${PS1%?}\n" + "PS1=${PS1%?}\\n'$ '\n" + "PS1=\"\\n$PS1\"")))))) #+END_SRC * [[https://www.leonrische.me/fc/][Emacs-Org-FC-TN]] -- cgit v1.2.3