global: Switch the function-declarations to avoid unexpected alias expansions

This commit is contained in:
Koichi Murase
2023-02-10 00:38:56 +09:00
parent 0368b46c61
commit 59f6ef145b
74 changed files with 543 additions and 543 deletions

View File

@@ -28,7 +28,7 @@ function get_hour_color {
echo "$hour_color"
}
__emperor_clock() {
function __emperor_clock {
THEME_CLOCK_COLOR=$(get_hour_color)
clock_prompt
}