From 19a9118e37e67f23e3682d2078184d1e93eb35f3 Mon Sep 17 00:00:00 2001 From: urec56 Date: Mon, 7 Apr 2025 22:51:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=84=D0=BD=D1=83=D0=BB=20=D0=BC=D1=83?= =?UTF-8?q?=D1=81=D0=BE=D1=80=D0=BD=D1=8B=D0=B5=20=D0=BF=D0=BB=D0=B0=D0=B3?= =?UTF-8?q?=D0=B8=D0=BD=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/home-manager/terminal/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/terminal/zsh.nix b/modules/home-manager/terminal/zsh.nix index 7face20..ce14cd1 100644 --- a/modules/home-manager/terminal/zsh.nix +++ b/modules/home-manager/terminal/zsh.nix @@ -77,7 +77,7 @@ enable = true; plugins = [ # Комментирую то, в надобности чего не уверен, но показалось интересным. Можно удалить # "alias-finder" # Напомнит, если у написанной команды есть алиас (нет, так что заменил пакетом) - "aliases" # "als" в терминале покажет все алиасы (нет). Можно добавить слово для фильтрации + # "aliases" # "als" в терминале покажет все алиасы (нет). Можно добавить слово для фильтрации # "autoenv" # If a directory contains an .env file, it will automatically be executed when you cd into it (нет) # "bgnotify" # Оповещения для долгих комманд. Make sure you have "notify-send" or "kdialog" installed. Хуета. По кд булькает "colored-man-pages" # Adds colors to man pages @@ -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 # Напомнит, если у написанной команды есть алиас }