mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
10 lines
337 B
Fish
10 lines
337 B
Fish
# You can override some default title options in your config.fish:
|
|
# set -g theme_date_format "+%a %H:%M"
|
|
|
|
function fish_right_prompt -d 'bobthefish is all about the right prompt'
|
|
set_color $fish_color_autosuggestion[1]
|
|
set -q theme_date_format; or set -l theme_date_format "+%c"
|
|
date $theme_date_format
|
|
set_color normal
|
|
end
|