From b5839ea71cf469192bc4c0b122c0a3334293ab30 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 9 Apr 2016 19:30:17 +0200 Subject: [PATCH] More concise timestamp to the right of the prompt --- .config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index c104e9a..f79225e 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -8,6 +8,7 @@ eval (python -m virtualfish compat_aliases) # Theme options set -g theme_show_exit_status yes +set -g theme_date_format "+%a %Y-%m-%d %H:%M:%S" # PATH ## If the private dotfiles repo is installed, we'd like to use its scripts too