Skip to content

Commit 8d5fe93

Browse files
committed
refactor
1 parent 6233d81 commit 8d5fe93

File tree

2 files changed

+12
-33
lines changed

2 files changed

+12
-33
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

README.md

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
1-
# `ZSH-COMMAND-ARCHITECT`
2-
3-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
4-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
5-
61
- [Introduction](#introduction)
7-
- [Installation](#installation)
8-
- [Installation With Zinit](#installation-with-zinit)
9-
- [Installation With Zgen](#installation-with-zgen)
10-
- [Installation With Antigen](#installation-with-antigen)
11-
- [Manual Installation](#manual-installation)
12-
- [Single File Manual Installation](#single-file-manual-installation)
13-
- [Performance](#performance)
14-
- [Fixing tmux, screen and linux vt](#fixing-tmux-screen-and-linux-vt)
15-
16-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2+
- [Installation](#installation)
3+
- [Installation With ZI](#installation-with-zi)
4+
- [Installation With Zgen](#installation-with-zgen)
5+
- [Installation With Antigen](#installation-with-antigen)
6+
- [Manual Installation](#manual-installation)
7+
- [Single File Manual Installation](#single-file-manual-installation)
8+
- [Performance](#performance)
9+
- [Fixing tmux, screen and linux vt](#fixing-tmux-screen-and-linux-vt)
1710

18-
## Introduction
11+
# Introduction
1912

2013
`ZCA` allows to copy segments of commands in history, rearrange segments of current command,
2114
delete segments of current command. This way user glues command from parts without using
@@ -56,9 +49,9 @@ will be updated with only `4` lines of code that will be added to the bottom.
5649

5750
After installing and reloading shell give `ZCA` a quick try with `Ctrl-T`.
5851

59-
### Installation With [Zinit](https://github.com/z-shell/zinit)
52+
### Installation With [ZI](https://github.com/z-shell/zi)
6053

61-
Add `zinit load z-shell/zsh-cmd-architect` to `.zshrc`. The config files will be available in `~/.config/zca`.
54+
Add `zi load z-shell/zsh-cmd-architect` to `.zshrc`. The config files will be available in `~/.config/zca`.
6255

6356
### Installation With Zgen
6457

@@ -102,7 +95,7 @@ It can be sourced from `.zshrc`. Don't forget about configuration files (copy th
10295
## Fixing tmux, screen and linux vt
10396

10497
If `TERM=screen-256color` (often a case for `tmux` and `screen` sessions) then
105-
`ncv` terminfo capability will have `2`nd bit set. This in general means that
98+
`ncv` terminfo capability will have `2`nd bit set. This in general means that
10699
underline won't work. To fix this by creating your own `ncv=0`-equipped
107100
terminfo file, run:
108101

0 commit comments

Comments
 (0)