Skip to content

Commit 1672d48

Browse files
committed
Added prev/next footer navigation
1 parent 4201aab commit 1672d48

12 files changed

+12
-12
lines changed

Diff for: β€Ždocs/config/general.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ You'll probably use some of them (examples in the functions section), but most f
7272

7373
---
7474

75-
[home](../../README.md)
75+
[home](../../README.md) | Next: [history](history.md)

Diff for: β€Ždocs/config/history.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,4 +208,4 @@ function fh() {
208208

209209
---
210210

211-
[home](../../README.md)
211+
Previous: [general](general.md) | [home](../../README.md) | Next: [prompt](prompt.md)

Diff for: β€Ždocs/config/hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ For that you can use [`hooks-define-hook`](https://github.com/willghatch/zsh-hoo
4646

4747
---
4848

49-
[home](../../README.md)
49+
Previous: [prompt](prompt.md) | [home](../../README.md) | Next: [aliases](../helpers/aliases.md)

Diff for: β€Ždocs/config/prompt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ Follow the instructions above to load the prompt in your `.zshrc` file.
9494

9595
---
9696

97-
[home](../../README.md)
97+
Previous: [history](history.md) | [home](../../README.md) | Next: [hooks](hooks.md)

Diff for: β€Ždocs/helpers/aliases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ For more options on powering up your interactive shell check out [functions](fun
147147

148148
---
149149

150-
[home](../../README.md)
150+
Previous: [hooks](hooks.md) | [home](../../README.md) | Next: [variables](variables.md)

Diff for: β€Ždocs/helpers/completions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ The rest of this section will have to come at a later date.
4242

4343
---
4444

45-
[home](../../README.md)
45+
Previous: [widgets](widgets.md) | [home](../../README.md) | Next: [line movement](../usage/line_movement.md)

Diff for: β€Ždocs/helpers/functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ matrix() { echo -e "\e[1;40m" ; clear ; while :; do echo $LINES $COLUMNS $(( $RA
157157
158158
---
159159
160-
[home](../../README.md)
160+
Previous: [variables](variables.md) | [home](../../README.md) | Next: [widgets](widgets.md)

Diff for: β€Ždocs/helpers/variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ In general I still write all of my scripts in bash so I only use these substitut
6565

6666
---
6767

68-
[home](../../README.md)
68+
Previous: [aliases](aliases.md) | [home](../../README.md) | Next: [functions](functions.md)

Diff for: β€Ždocs/helpers/widgets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ If you want to get really fancy you can check out [`tetriscurses`](https://githu
145145

146146
---
147147

148-
[home](../../README.md)
148+
Previous: [functions](functions.md) | [home](../../README.md) | Next: [completions](completions.md)

Diff for: β€Ždocs/usage/file_management.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ You can use it with `alias zcp='zmv -C'` and `alias zln='zmv -L'` or you can sym
4040

4141
---
4242

43-
[home](../../README.md)
43+
Previous: [navigation](navigation.md) | [home](../../README.md)

Diff for: β€Ždocs/usage/line_movement.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,4 @@ There's also an included [`surround`](https://github.com/zsh-users/zsh/blob/mast
117117

118118
---
119119

120-
[home](../../README.md)
120+
Previous: [completions](../helpers/completions.md) | [home](../../README.md) | Next: [navigation](navigation.md)

Diff for: β€Ždocs/usage/navigation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ Some additional homework for the reader is to install and setup one of the follo
144144

145145
---
146146

147-
[home](../../README.md)
147+
Previous: [line movement](line_movement.md) | [home](../../README.md) | Next: [file management](file_management.md)

0 commit comments

Comments
Β (0)