dustin
/
zdotdir
Archived
1
0
Fork 0
Dustin's ZSH configuration
This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
Go to file
Dustin d9d559c327 functions: dotenv: export variables from .env
Tools (such as VSCode) can read and use environment variables from a
file in the current working directory named `.env`.  Unfortunately,
these tools are not exactly compatible with shell syntax, as they do not
correctly process lines starting with `export`.

The `dotenv` function will read a `.env` file from the current working
directory and then export all of the variables it defines.  This allows
the `.env` file to define the variables without "exporting" them, making
them compatible with VSCode et al, but still allowing the same
environment variables to be set in the shell and its child processes.
2020-02-08 14:23:18 -06:00
functions functions: dotenv: export variables from .env 2020-02-08 14:23:18 -06:00
.gitignore zprofile: Add .zprofile and .zprofile.local 2017-01-19 14:47:18 -06:00
.zprofile zprofile: Add .zprofile and .zprofile.local 2017-01-19 14:47:18 -06:00
.zshalias Update .zshrc 2017-01-16 14:11:15 -06:00
.zshrc Update .zshrc 2017-01-16 14:11:15 -06:00
README Initial commit 2017-01-15 17:07:00 -06:00

README

Add this line to ~/.zshenv in order to use these ZSH configuration files
without copying/linking them to the "standard" paths:

    export ZDOTDIR=${HOME}/.zsh