Skip to content

Commit

Permalink
Enable THEME_CLOCK_FORMAT support from .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
elg authored and akinomyoga committed Sep 10, 2024
1 parent 08e297c commit fd5d89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/powerline-icon/powerline-icon.base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function __powerline_user_info_prompt {
fi
;;
esac
[[ -n "${user_info}" ]] && _omb_util_print "$OMB_THEME_POWERLINE_ICON_USER ${user_info} `date +%X\ %D`|${color}|${secondary_color}"
[[ -n "${user_info}" ]] && _omb_util_print "$OMB_THEME_POWERLINE_ICON_USER ${user_info} `date +${THEME_CLOCK_FORMAT}`|${color}|${secondary_color}"
}

function __powerline_cwd_prompt {
Expand Down

0 comments on commit fd5d89a

Please sign in to comment.