From f1d778b319f9b440ff5ecaa1f0294ffe64d45b44 Mon Sep 17 00:00:00 2001 From: Ryan Cao <70191398+ryanccn@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:48:27 +0800 Subject: [PATCH] chore(zsh): update ohmyzsh --- home/apps/vscode.nix | 1 + home/programs/zsh.nix | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/home/apps/vscode.nix b/home/apps/vscode.nix index 877ca6c..747fc6d 100644 --- a/home/apps/vscode.nix +++ b/home/apps/vscode.nix @@ -63,6 +63,7 @@ in { userSettings = { "workbench.colorTheme" = "Catppuccin Frappé"; "workbench.iconTheme" = "catppuccin-frappe"; + "catppuccin.boldKeywords" = false; "catppuccin.italicKeywords" = true; "catppuccin.accentColor" = "sky"; diff --git a/home/programs/zsh.nix b/home/programs/zsh.nix index cf58456..0e16023 100644 --- a/home/programs/zsh.nix +++ b/home/programs/zsh.nix @@ -30,8 +30,8 @@ in { src = pkgs.fetchFromGitHub { owner = "ohmyzsh"; repo = "ohmyzsh"; - rev = "c4392a4da31efee36f29a62d3951d5c0fcd7d4e6"; - sha256 = "sha256-cMJCmhtcCAVDFgp6Ryv/5DteSRtwNcemO97as8ill8I="; + rev = "38ef5192cb1c43159b516d15ab8fed96f847b36b"; + hash = "sha256-UYi4kEc80LwZRL6BDBuC/QI+5uJLXTe5+KGQKvv/nz4="; }; } { @@ -40,7 +40,7 @@ in { owner = "ryanccn"; repo = "vivid-zsh"; rev = "a76616c87821e96ae0cbdfb6bf897bffc170a283"; - sha256 = "sha256-E00xQMCmOt6fJ+IO/TrpFvskNa9QnDw/6DKR51T7i+8="; + hash = "sha256-E00xQMCmOt6fJ+IO/TrpFvskNa9QnDw/6DKR51T7i+8="; }; } ];