From 343b69929601243d54af5e03647fd4931111f834 Mon Sep 17 00:00:00 2001 From: urec56 Date: Mon, 7 Apr 2025 23:13:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BE=D1=87=D0=B5=D0=BF=D1=8F=D1=82=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/home-manager/terminal/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/terminal/zsh.nix b/modules/home-manager/terminal/zsh.nix index ce14cd1..09c247f 100644 --- a/modules/home-manager/terminal/zsh.nix +++ b/modules/home-manager/terminal/zsh.nix @@ -109,7 +109,7 @@ home.packages = with pkgs; [ zsh-autoenv # Плагина autoenv в oh-my-zsh не работает. Мб этот заработает + # zsh-you-should-use # Напомнит, если у написанной команды есть алиас zsh-nix-shell # zsh plugin that lets you use zsh in nix-shell shell ]; - # zsh-you-should-use # Напомнит, если у написанной команды есть алиас }