diff --git a/README.md b/README.md index af8009c..c4f44b9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # Perl Shell (pshell) -A modular Perl shell with SQLite command history. +A modular Perl shell with SQLite command history and environment variables. ## Features - Executes shell commands - Logs all commands to SQLite database +- Stores environment variables in SQLite database - Modular design for easy extension ## Installation