You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<h1> Declare Zsh </h1>
2
2
3
-
# Introduction
3
+
##Introduction
4
4
5
5
[**declare-zsh**](https://github.com/z-shell/declare-zsh) is a parser for `zi` commands in `.zshrc`. It allows to perform the following actions on `.zshrc`**from the command-line**:
6
6
@@ -22,7 +22,7 @@ In other words, by issuing a `declzsh` command the user deploys a task of:
22
22
impossible** and the tool can be safely used with option `-o ~/.zshrc` which
23
23
points `declzsh` to the original `zshrc` as the destination output file).
24
24
25
-
# Examples & Screenshots
25
+
##Examples & Screenshots
26
26
27
27
1. Example **disabling** of a plugin via the **toggle** option **-TT** – this
28
28
works because the commands preceded by `:` are ignored by the shell:
0 commit comments