[Fish] Update theme appearance of fish shell

This commit is contained in:
Lucien Cartier-Tilet 2020-12-02 16:12:10 +01:00
parent a4e83f1954
commit 9004bb84e6
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 5 additions and 0 deletions

View File

@ -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