diff --git a/fetch b/fetch index cd6c53cb..7e9ea6d3 100755 --- a/fetch +++ b/fetch @@ -1201,7 +1201,7 @@ getbirthday () { ;; "Windows") - birhday="$(cmd /K WMIC OS GET InstallDate)" + birhday="$(wmic os get InstallDate)" birthday=${birthday/InstallDate } birthday=${birthday//[[:space:]]/ } date_cmd="$(date -d"$birthday" "+%a %d %b %Y %l:%M %p")"