Skip to content

Commit 5bc3256

Browse files
authored
Update 01_installation.md
Signed-off-by: Salvydas Lukosius <[email protected]>
1 parent 67fb513 commit 5bc3256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started/01_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Then reload shell with: `exec zsh`. All done!
8888
```shell showLineNumbers
8989
typeset -Ag ZI
9090
export ZI[HOME_DIR]="${HOME}/.zi"
91-
export ZI[BIN_DIR]="${HOME}/.zi/bin"
91+
export ZI[BIN_DIR]="${ZI[HOME_DIR]}/bin"
9292
command mkdir -p "$ZI[BIN_DIR]"
9393
```
9494

0 commit comments

Comments
 (0)