mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-16 17:50:09 +00:00
bug fix: accidentally defined function named "local"... oops!
This commit is contained in:
parent
d6122d766c
commit
753fb3feb5
1 changed files with 1 additions and 1 deletions
|
@ -2122,7 +2122,7 @@ _p9k_init() {
|
||||||
|
|
||||||
_p9k_init_icons
|
_p9k_init_icons
|
||||||
|
|
||||||
local function set_os() {
|
typeset -lf _p9k_set_os() {
|
||||||
OS=$1
|
OS=$1
|
||||||
_p9k_get_icon $2
|
_p9k_get_icon $2
|
||||||
OS_ICON=$_P9K_RETVAL
|
OS_ICON=$_P9K_RETVAL
|
||||||
|
|
Loading…
Reference in a new issue