diff options
Diffstat (limited to 'home-config/fish/functions/tide/configure/icons.fish')
-rw-r--r-- | home-config/fish/functions/tide/configure/icons.fish | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/home-config/fish/functions/tide/configure/icons.fish b/home-config/fish/functions/tide/configure/icons.fish new file mode 100644 index 0000000..70611cd --- /dev/null +++ b/home-config/fish/functions/tide/configure/icons.fish | |||
@@ -0,0 +1,40 @@ | |||
1 | tide_aws_icon # Actual aws glyph is harder to see | ||
2 | tide_character_icon ❯ | ||
3 | tide_character_vi_icon_default ❮ | ||
4 | tide_character_vi_icon_replace ▶ | ||
5 | tide_character_vi_icon_visual V | ||
6 | tide_cmd_duration_icon | ||
7 | tide_crystal_icon | ||
8 | tide_direnv_icon ▼ | ||
9 | tide_distrobox_icon | ||
10 | tide_docker_icon | ||
11 | tide_elixir_icon | ||
12 | tide_gcloud_icon # Actual google cloud glyph is harder to see | ||
13 | tide_git_icon | ||
14 | tide_go_icon | ||
15 | tide_java_icon | ||
16 | tide_jobs_icon | ||
17 | tide_kubectl_icon | ||
18 | tide_nix_shell_icon | ||
19 | tide_node_icon # Actual nodejs glyph is harder to see | ||
20 | tide_os_icon $os_branding_icon | ||
21 | tide_php_icon | ||
22 | tide_private_mode_icon | ||
23 | tide_prompt_icon_connection ' ' | ||
24 | tide_pulumi_icon | ||
25 | tide_pwd_icon | ||
26 | tide_pwd_icon_home | ||
27 | tide_pwd_icon_unwritable | ||
28 | tide_python_icon | ||
29 | tide_ruby_icon | ||
30 | tide_rustc_icon | ||
31 | tide_shlvl_icon | ||
32 | tide_status_icon ✔ | ||
33 | tide_status_icon_failure ✘ | ||
34 | tide_terraform_icon | ||
35 | tide_toolbox_icon | ||
36 | tide_vi_mode_icon_default D | ||
37 | tide_vi_mode_icon_insert I | ||
38 | tide_vi_mode_icon_replace R | ||
39 | tide_vi_mode_icon_visual V | ||
40 | tide_zig_icon | ||