mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00:00
global: Switch the function-declarations to avoid unexpected alias expansions
This commit is contained in:
@@ -28,7 +28,7 @@ function get_hour_color {
|
||||
echo "$hour_color"
|
||||
}
|
||||
|
||||
__emperor_clock() {
|
||||
function __emperor_clock {
|
||||
THEME_CLOCK_COLOR=$(get_hour_color)
|
||||
clock_prompt
|
||||
}
|
||||
|
Reference in New Issue
Block a user