Reduced size of case statement
This commit is contained in:
9
neofetch
9
neofetch
@@ -1787,13 +1787,8 @@ getbirthday () {
|
|||||||
birthday=${birthday/$time}
|
birthday=${birthday/$time}
|
||||||
|
|
||||||
case "${time/:*}" in
|
case "${time/:*}" in
|
||||||
0? | 10 | 11)
|
0? | 10 | 11) time+=" AM" ;;
|
||||||
time+=" AM"
|
*) time+=" PM" ;;
|
||||||
;;
|
|
||||||
|
|
||||||
*)
|
|
||||||
time+=" PM"
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
birthday+="$time"
|
birthday+="$time"
|
||||||
birthday_shorthand="on"
|
birthday_shorthand="on"
|
||||||
|
|||||||
Reference in New Issue
Block a user