mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 13:21:38 +03:00
more fallout from Nerd Font symbols breaking changes in 3.0
This commit is contained in:
parent
0486f77853
commit
71819b4abc
File diff suppressed because it is too large
Load Diff
@ -35,7 +35,7 @@ wezterm.on('augment-command-palette', function(window, pane)
|
||||
return {
|
||||
{
|
||||
brief = 'Rename tab',
|
||||
icon = 'mdi_rename_box',
|
||||
icon = 'md_rename_box',
|
||||
|
||||
action = act.PromptInputLine {
|
||||
description = 'Enter new name for tab',
|
||||
|
@ -18,7 +18,7 @@ fn main() {
|
||||
fn generate_nerdfonts_data() {
|
||||
let mut symbols: Vec<(String, char)> = vec![];
|
||||
|
||||
for set in &["cod", "dev", "fa", "fae", "iec", "logos", "material", "oct", "ple", "pom", "seti", "weather"] {
|
||||
for set in &["cod", "dev", "fa", "fae", "iec", "logos", "md", "oct", "ple", "pom", "seti", "weather"] {
|
||||
let url = format!("https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/bin/scripts/lib/i_{set}.sh");
|
||||
let filename = format!("/tmp/termwiz-data-fa-{set}.sh");
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user