From 2ea6cd5ecfc40940c115d28f5cb2779e15e6930c Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 4 Feb 2021 09:14:52 +0100 Subject: [PATCH] [Fish] Set prompt theme to Nord --- org/config/fish.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org/config/fish.org b/org/config/fish.org index 4e9da07..d168211 100644 --- a/org/config/fish.org +++ b/org/config/fish.org @@ -130,6 +130,11 @@ I also wish to have a kinda different newline prompt, so let’s set it: set -g theme_newline_prompt 'λ ' #+END_SRC +Finally, let’s set our prompt’s theme to the Nord theme. +#+BEGIN_SRC fish + set -g theme_color_scheme nord +#+END_SRC + * Global variables :PROPERTIES: :CUSTOM_ID: Global_variables-1c84df8b