1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-16 09:50:06 +00:00

bug fix: accidentally defined function named "local"... oops!

This commit is contained in:
romkatv 2019-03-15 20:37:56 +01:00
parent d6122d766c
commit 753fb3feb5

View file

@ -2122,7 +2122,7 @@ _p9k_init() {
_p9k_init_icons
local function set_os() {
typeset -lf _p9k_set_os() {
OS=$1
_p9k_get_icon $2
OS_ICON=$_P9K_RETVAL