splitting into more modular structure
This commit is contained in:
5
bash.d/10-dotenv.sh
Normal file
5
bash.d/10-dotenv.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
function dotenv {
|
||||
export "$(grep -E -v '^#' .env | xargs)"
|
||||
}
|
||||
Reference in New Issue
Block a user