From 4502580db74d225069ade2c52b2a05d3379aa054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20L=C3=B3pez=20Mareque?= Date: Wed, 11 Jun 2025 13:37:00 +0200 Subject: [PATCH 1/2] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d98f02..931fc67 100644 --- a/README.md +++ b/README.md @@ -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. From ad5103a2aa06b4e7817b55a8d9dac5f343b5dcca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20L=C3=B3pez=20Mareque?= Date: Wed, 11 Jun 2025 14:22:02 +0200 Subject: [PATCH 2/2] fix more typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 931fc67..e7c96c3 100644 --- a/README.md +++ b/README.md @@ -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 /pyautoenv.bash +source /pyautoenv.bash ``` Add this to your `.bashrc` to activate the application permanently. @@ -75,7 +75,7 @@ like ZSH or Fish, when using `pyautoenv`. To enable the application in fish-shell, source the fish script. ```fish -source /pyautoenv.fish +source /pyautoenv.fish ``` Add 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. To enable the application in PowerShell, dot the `.ps1` file. ```pwsh -. \PyAutoEnv.ps1 +. \PyAutoEnv.ps1 ``` Add this to your profile to activate the application permanently.