remove some zsh plugins
This commit is contained in:
parent
dfd1802626
commit
6045cb81b8
1 changed files with 4 additions and 4 deletions
|
|
@ -72,7 +72,7 @@
|
||||||
"fzf" # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf
|
"fzf" # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/fzf
|
||||||
"git" # Git aliases https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git
|
"git" # Git aliases https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/git
|
||||||
# "gitignore" # Use https://gitignore.io from the command line
|
# "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. Хз что это значит, мб пригодится
|
# "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.
|
"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.
|
# "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
|
# "pass" # Completion for the pass password manager
|
||||||
# "pip" # Completion for pip, the Python package manager
|
# "pip" # Completion for pip, the Python package manager
|
||||||
# "podman" # Autocompletion and aliases for podman.
|
# "podman" # Autocompletion and aliases for podman.
|
||||||
"python" # Aliases for useful Python commands
|
# "python" # Aliases for useful Python commands
|
||||||
"rust" # Completion for rustc, rustup and cargo
|
# "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
|
"safe-paste" # Preventing any code from running while pasting, so you have a chance to review what was pasted
|
||||||
"ssh-agent" # Автостарт ssh-agent. Хз надо ли настраивать и если да, то как
|
"ssh-agent" # Автостарт ssh-agent. Хз надо ли настраивать и если да, то как
|
||||||
# "starship" # А надо ли оно? Я для starship написал отдельно вкл интеграции в его файле настроек
|
# "starship" # А надо ли оно? Я для starship написал отдельно вкл интеграции в его файле настроек
|
||||||
# "systemadmin" # Adds a series of aliases and functions which make a System Administrator's life easier
|
# "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" # Показывает время выполнения команды
|
"timer" # Показывает время выполнения команды
|
||||||
"universalarchive" # Run "ua <format> <files>"" to compress <files> into an archive file using <format>
|
"universalarchive" # Run "ua <format> <files>"" to compress <files> into an archive file using <format>
|
||||||
# "vi-mode" # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vi-mode
|
# "vi-mode" # https://github.com/ohmyzsh/ohmyzsh/tree/master/plugins/vi-mode
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue