diff --git a/README.md b/README.md index 1668b13..f281344 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Available Commands: help Help about any command list List all environment variable profiles show Print the environment variables of profile + start Start new shell session with environment variable profile use Set default environment variable profile version Print the version of envp @@ -150,6 +151,18 @@ envp my-lab -- docker ps -a envp my-vault-1 -- vault login ``` +### Start new shell session with your default `$SHELL` + +You can create new shell session with injected environment variable from your profile. It might be more useful for most of use case since you can seemlessly execute multiple of commands. + +```bash +# start new shell session with default profile +envp start + +# start new shell session with specific profile +envp start +``` + ### List profiles ```bash