diff options
| -rw-r--r-- | fish/config.fish | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/config.fish b/fish/config.fish index c940fe2..1000fb6 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -6,4 +6,5 @@ if status is-interactive set -g theme_nerd_fonts yes set -g theme_newline_cursor yes set -g theme_date_timezone Europe/Berlin + set -g theme_date_format "+%a %F %T" end |