mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
bug fix: accidentally defined function named "local"... oops!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user