@@ -41,7 +41,7 @@ plugins=(
4141If you're not using ` oh-my-zsh ` , ` source ` the ` pyautoenv.plugin.zsh ` script.
4242
4343``` zsh
44- source pyauotenv .plugin.zsh
44+ source pyautoenv .plugin.zsh
4545```
4646
4747Add this to your ` .zshrc ` to activate the application permanently.
@@ -56,7 +56,7 @@ Add this to your `.zshrc` to activate the application permanently.
5656To enable the application in bash, source the bash script.
5757
5858``` bash
59- source < path to pyauotenv > /pyautoenv.bash
59+ source < path to pyautoenv > /pyautoenv.bash
6060```
6161
6262Add this to your ` .bashrc ` to activate the application permanently.
@@ -75,7 +75,7 @@ like ZSH or Fish, when using `pyautoenv`.
7575To enable the application in fish-shell, source the fish script.
7676
7777``` fish
78- source <path to pyauotenv >/pyautoenv.fish
78+ source <path to pyautoenv >/pyautoenv.fish
7979```
8080
8181Add this to your ` config.fish ` file to activate the application permanently.
@@ -90,7 +90,7 @@ Add this to your `config.fish` file to activate the application permanently.
9090To enable the application in PowerShell, dot the ` .ps1 ` file.
9191
9292``` pwsh
93- . <path to pyauotenv >\PyAutoEnv.ps1
93+ . <path to pyautoenv >\PyAutoEnv.ps1
9494```
9595
9696Add this to your profile to activate the application permanently.
0 commit comments