Skip to content

Commit

Permalink
Merge pull request exercism#865 from grisotto/patch-1
Browse files Browse the repository at this point in the history
Fix Oh my Zsh correct fpath
  • Loading branch information
Katrina Owen authored Jul 31, 2019
2 parents b31af6c + 9119238 commit 9d1041e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ and then add the directory to your `$fpath` in your `.zshrc`, `.zsh_profile` or

#### Oh my Zsh

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`.
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:

mkdir -p ~/.oh-my-zsh/completions
mv ../shell/exercism_completion.zsh ~/.oh-my-zsh/completions


### Fish

Expand Down

0 comments on commit 9d1041e

Please sign in to comment.