use system timezone as default

pull/286/head
WiredSharp 4 years ago committed by Justin Hileman
parent df1333899d
commit 35c0a1b9b0

@ -63,7 +63,9 @@ function __bobthefish_timestamp -S -d 'Show the current timestamp'
or set -l theme_date_format "+%c"
echo -n ' '
env TZ="$theme_date_timezone" date $theme_date_format
set -q theme_date_timezone
and env TZ="$theme_date_timezone" date $theme_date_format
or date $theme_date_format
end
function fish_right_prompt -d 'bobthefish is all about the right prompt'

Loading…
Cancel
Save