oh-my-fish_theme-bobthefish/fish_right_prompt.fish

10 lines
337 B
Fish
Raw Normal View History

# You can override some default title options in your config.fish:
# set -g theme_date_format "+%a %H:%M"
2013-10-16 01:41:19 +00:00
function fish_right_prompt -d 'bobthefish is all about the right prompt'
2013-09-18 06:17:15 +00:00
set_color $fish_color_autosuggestion[1]
set -q theme_date_format; or set -l theme_date_format "+%c"
date $theme_date_format
2013-09-18 06:17:15 +00:00
set_color normal
end