Set tide_os_icon in configs

This commit is contained in:
Ilan Cosman 2021-10-30 17:55:23 -07:00
parent 1aff60688a
commit fa3393f362
5 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,6 @@
function _tide_init_install --on-event _tide_init_install
set -U tide_os_icon (_tide_detect_os)
set -U VIRTUAL_ENV_DISABLE_PROMPT true
set -U _tide_var_list tide_os_icon VIRTUAL_ENV_DISABLE_PROMPT
set -U _tide_var_list VIRTUAL_ENV_DISABLE_PROMPT
source (functions --details _tide_sub_configure)
_load_config lean

View File

@ -49,6 +49,7 @@ tide_node_color 44883E
tide_node_icon
tide_os_bg_color 444444
tide_os_color EEEEEE
tide_os_icon (_tide_detect_os)
tide_php_bg_color 444444
tide_php_color 617CBE
tide_php_icon

View File

@ -49,6 +49,7 @@ tide_node_color 44883E
tide_node_icon
tide_os_bg_color normal
tide_os_color normal
tide_os_icon (_tide_detect_os)
tide_php_bg_color normal
tide_php_color 617CBE
tide_php_icon

View File

@ -49,6 +49,7 @@ tide_node_color 000000
tide_node_icon
tide_os_bg_color CED7CF
tide_os_color 080808
tide_os_icon (_tide_detect_os)
tide_php_bg_color 617CBE
tide_php_color 000000
tide_php_icon

View File

@ -1,3 +1,3 @@
function _fake_tide_item_os
_fake_tide_print_item os $tide_os_icon
_fake_tide_print_item os $fake_tide_os_icon
end