Make direnv description less wordy

This commit is contained in:
Charlie O'Keefe 2019-03-28 23:51:30 -06:00
parent 4491abd767
commit 5ec1bee604
3 changed files with 3 additions and 9 deletions

View File

@ -150,9 +150,7 @@ Version: 3.5.3-1
# Install direnv (Optional/Recommended)
This tool sets and unsets environment variables as you change directories in a shell session,
providing a convenient facility for setting up project-specific environment variables as an
alternative to the common practice of adding project-specific configuration values to places like
dotfiles in $HOME.
providing a convenient facility for setting up project-specific configuration.
```
sudo apt install direnv

View File

@ -56,9 +56,7 @@ $ sudo apt install python3-venv
# Install direnv (Optional/Recommended)
This tool sets and unsets environment variables as you change directories in a shell session,
providing a convenient facility for setting up project-specific environment variables as an
alternative to the common practice of adding project-specific configuration values to places like
dotfiles in $HOME.
providing a convenient facility for setting up project-specific configuration.
```
sudo apt install direnv

View File

@ -146,9 +146,7 @@ Python 3.7.2
# Install direnv (Optional/Recommended)
This tool sets and unsets environment variables as you change directories in a shell session,
providing a convenient facility for setting up project-specific environment variables as an
alternative to the common practice of adding project-specific configuration values to places like
dotfiles in $HOME.
providing a convenient facility for setting up project-specific configuration.
```
brew install direnv