From 888e237ab832e34b6ed8448ce627f42f37ceae7b Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 2 Dec 2020 17:28:08 +0100 Subject: [PATCH] [Fish] Further theme appearance modification --- org/config/fish.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org/config/fish.org b/org/config/fish.org index 8305408..608b59a 100644 --- a/org/config/fish.org +++ b/org/config/fish.org @@ -125,6 +125,11 @@ The theme I use for fish is [[https://github.com/oh-my-fish/theme-bobthefish][bo set -g theme_date_format "+%g-%m-%d %H:%M:%S" #+END_SRC +I also wish to have a kinda different newline prompt, so let’s set it: +#+BEGIN_SRC fish + set -g theme_newline_prompt 'λ ' +#+END_SRC + * Global variables :PROPERTIES: :CUSTOM_ID: Global_variables-1c84df8b