Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ plugins=(
If you're not using `oh-my-zsh`, `source` the `pyautoenv.plugin.zsh` script.

```zsh
source pyauotenv.plugin.zsh
source pyautoenv.plugin.zsh
```

Add this to your `.zshrc` to activate the application permanently.
Expand All @@ -56,7 +56,7 @@ Add this to your `.zshrc` to activate the application permanently.
To enable the application in bash, source the bash script.

```bash
source <path to pyauotenv>/pyautoenv.bash
source <path to pyautoenv>/pyautoenv.bash
```

Add this to your `.bashrc` to activate the application permanently.
Expand All @@ -75,7 +75,7 @@ like ZSH or Fish, when using `pyautoenv`.
To enable the application in fish-shell, source the fish script.

```fish
source <path to pyauotenv>/pyautoenv.fish
source <path to pyautoenv>/pyautoenv.fish
```

Add this to your `config.fish` file to activate the application permanently.
Expand All @@ -90,7 +90,7 @@ Add this to your `config.fish` file to activate the application permanently.
To enable the application in PowerShell, dot the `.ps1` file.

```pwsh
. <path to pyauotenv>\PyAutoEnv.ps1
. <path to pyautoenv>\PyAutoEnv.ps1
```

Add this to your profile to activate the application permanently.
Expand Down