From 9004bb84e6da77cf6589d207eb848e183d375b8b Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Wed, 2 Dec 2020 16:12:10 +0100 Subject: [PATCH] [Fish] Update theme appearance of fish shell --- org/config/fish.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/org/config/fish.org b/org/config/fish.org index 925d46c..8305408 100644 --- a/org/config/fish.org +++ b/org/config/fish.org @@ -120,6 +120,11 @@ Now, there is only one function I modify when it comes to the appearance of fish end #+END_SRC +The theme I use for fish is [[https://github.com/oh-my-fish/theme-bobthefish][bobthefish]], which by default puts a really long timestamp to the right of the prompt. I want something shorter, so here is the variable to set, using the format specified in ~date(1)~. +#+BEGIN_SRC fish + set -g theme_date_format "+%g-%m-%d %H:%M:%S" +#+END_SRC + * Global variables :PROPERTIES: :CUSTOM_ID: Global_variables-1c84df8b