Useful key bindings / commands
https://blog.hofstede.it/shell-tricks-that-actually-make-life-easier-and-save-your-sanity/
Export all variables defined in a .env file
set -a
source .env
Search
Apr 05, 20261 min read
https://blog.hofstede.it/shell-tricks-that-actually-make-life-easier-and-save-your-sanity/
set -a
source .env