mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
fix: renamed DST to plugins_dir.
This commit is contained in:
parent
286cb9f97f
commit
f6f643cec2
1 changed files with 3 additions and 3 deletions
|
@ -64,9 +64,9 @@ sudo make install
|
|||
Make sure that your oh-my-zsh `$ZSH_CUSTOM` directory is configured, then clone navi into the plugins directory.
|
||||
```sh
|
||||
export ZSH_CUSTOM='/path/to/.zsh'
|
||||
DST="$ZSH_CUSTOM/plugins"
|
||||
mkdir -p "$DST"
|
||||
cd "$DST"
|
||||
plugins_dir="$ZSH_CUSTOM/plugins"
|
||||
mkdir -p "$plugins_dir"
|
||||
cd "$plugins_dir"
|
||||
git clone https://github.com/denisidoro/navi
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue