Skip to content

Commit 4ad01b1

Browse files
author
Katrina Owen
committed
Revert change to custom oh my zsh fpath
This reverts commit 9119238.
1 parent f2323bb commit 4ad01b1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

shell/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ and then add the directory to your `$fpath` in your `.zshrc`, `.zsh_profile` or
3232

3333
#### Oh my Zsh
3434

35-
If you are using the popular [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) framework to manage your zsh plugins, follow these steps:
36-
37-
mkdir -p ~/.oh-my-zsh/completions
38-
mv ../shell/exercism_completion.zsh ~/.oh-my-zsh/completions
39-
35+
If you are using the popular [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) framework to manage your zsh plugins, move the file `exercism_completion.zsh` into `~/.oh-my-zsh/custom`.
4036

4137
### Fish
4238

0 commit comments

Comments
 (0)