From 619b9e289a2bd3d570462561b311f6e22e943c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Thu, 18 Apr 2024 11:27:26 +0200 Subject: [PATCH] 43 current 2024-04-18 11:27:18 23.11.20240405.72da83d 6.1.84 * --- .../omz_custom/themes/{bureau.zsh-theme => my_bureau.zsh-theme} | 0 home/jonas/zsh.nix | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename home/jonas/static/omz_custom/themes/{bureau.zsh-theme => my_bureau.zsh-theme} (100%) diff --git a/home/jonas/static/omz_custom/themes/bureau.zsh-theme b/home/jonas/static/omz_custom/themes/my_bureau.zsh-theme similarity index 100% rename from home/jonas/static/omz_custom/themes/bureau.zsh-theme rename to home/jonas/static/omz_custom/themes/my_bureau.zsh-theme diff --git a/home/jonas/zsh.nix b/home/jonas/zsh.nix index 8ca75df..81d321e 100644 --- a/home/jonas/zsh.nix +++ b/home/jonas/zsh.nix @@ -36,7 +36,7 @@ in { "rust" "thefuck" ]; - theme = "bureau"; + theme = "my_bureau"; custom = omz_custom; }; };