mirror of
https://github.com/wez/wezterm.git
synced 2024-12-23 21:32:13 +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 {
|
return {
|
||||||
{
|
{
|
||||||
brief = 'Rename tab',
|
brief = 'Rename tab',
|
||||||
icon = 'mdi_rename_box',
|
icon = 'md_rename_box',
|
||||||
|
|
||||||
action = act.PromptInputLine {
|
action = act.PromptInputLine {
|
||||||
description = 'Enter new name for tab',
|
description = 'Enter new name for tab',
|
||||||
|
@ -18,7 +18,7 @@ fn main() {
|
|||||||
fn generate_nerdfonts_data() {
|
fn generate_nerdfonts_data() {
|
||||||
let mut symbols: Vec<(String, char)> = vec![];
|
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 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");
|
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