diff --git a/prompt/oh-my.nu b/prompt/oh-my.nu index c6dbc0e..e2bf48e 100644 --- a/prompt/oh-my.nu +++ b/prompt/oh-my.nu @@ -172,10 +172,10 @@ def get_os_icon [os] { (char -u f179) } else if ($os.name =~ windows) { (char -u f17a) - } else if ($os.family =~ unix) { - (char -u f17c) } else if ($os.kernel_version =~ WSL) { $'(char -u f17a)(char -u f17c)' + } else if ($os.family =~ unix) { + (char -u f17c) } else { '' }