Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Added zsh-autoactivate-conda plugin section
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Jäger committed Dec 2, 2019
1 parent e79cbec commit 9316e5b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,22 @@ I changed colors of iTerm2 and provide the changes in an `itermcolors` file.

## 3. Install zsh plugins

### Install zsh plugin: zsh-autoactivate-conda

> Switches the conda environment as you move between directories.
>> (Soruce: https://github.com/se-jaeger/zsh-autoactivate-conda)
1. Run `git clone https://github.com/se-jaeger/zsh-autoactivate-conda ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autoactivate-conda`
2. Change your `~/.zshrc` file and add `zsh-autoactivate-conda` to the plugins like:
```
plugins(
# other plugins
zsh-autoactivate-conda
)
```
(Source: https://github.com/se-jaeger/zsh-autoactivate-conda#installation-and-prerequisites)


### Install zsh plugin: zsh-autosuggestions

> It suggests commands as you type, based on command history.
Expand Down

0 comments on commit 9316e5b

Please sign in to comment.