From 6045cb81b84cd9eab525d833dfc755aeb57449dd Mon Sep 17 00:00:00 2001 From: Buliway Date: Mon, 14 Oct 2024 12:01:59 +0300 Subject: [PATCH] remove some zsh plugins --- modules/home-manager/terminal/zsh.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home-manager/terminal/zsh.nix b/modules/home-manager/terminal/zsh.nix index 762f9bd..fcaf4f0 100644 --- a/modules/home-manager/terminal/zsh.nix +++ b/modules/home-manager/terminal/zsh.nix @@ -72,7 +72,7 @@ "fzf" # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf "git" # Git aliases https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git # "gitignore" # Use https://gitignore.io from the command line - "golang" # Completions and aliases for golang + # "golang" # Completions and aliases for golang # "gpg-agent" # Enables GPG's gpg-agent if it is not running. Хз что это значит, мб пригодится "httpie" # Completion for HTTPie, a command line HTTP client, a friendlier cURL replacement. # "isodate" # Completion for the ISO 8601, as well as some aliases for common Date commands. @@ -83,13 +83,13 @@ # "pass" # Completion for the pass password manager # "pip" # Completion for pip, the Python package manager # "podman" # Autocompletion and aliases for podman. - "python" # Aliases for useful Python commands - "rust" # Completion for rustc, rustup and cargo + # "python" # Aliases for useful Python commands + # "rust" # Completion for rustc, rustup and cargo "safe-paste" # Preventing any code from running while pasting, so you have a chance to review what was pasted "ssh-agent" # Автостарт ssh-agent. Хз надо ли настраивать и если да, то как # "starship" # А надо ли оно? Я для starship написал отдельно вкл интеграции в его файле настроек # "systemadmin" # Adds a series of aliases and functions which make a System Administrator's life easier - "systemd" # Many useful aliases for systemd + # "systemd" # Many useful aliases for systemd "timer" # Показывает время выполнения команды "universalarchive" # Run "ua "" to compress into an archive file using # "vi-mode" # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vi-mode