Skip to content

Commit cd5e9a1

Browse files
ronjouchagnivade
authored andcommitted
README: fix custom path for zsh autocompletion
Was missing the `custom` part, resulting in the plugin not being loaded.
1 parent 99bf6d0 commit cd5e9a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ It's easiest for
107107
users, so let's start with that.
108108

109109
```
110-
mkdir -p $ZSH_CUSTOM/tldr
111-
ln -s bin/autocompletion.zsh $ZSH_CUSTOM/tldr/_tldr
110+
mkdir -p $ZSH_CUSTOM/plugins/tldr
111+
ln -s bin/autocompletion.zsh $ZSH_CUSTOM/plugins/tldr/_tldr
112112
```
113113

114114
Then add tldr to your oh-my-zsh plugins,

0 commit comments

Comments
 (0)