mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-23 03:52:12 +03:00
Set tide_os_icon in configs
This commit is contained in:
parent
1aff60688a
commit
fa3393f362
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user