direnv 2.11.3-1 source package in Ubuntu

Changelog

direnv (2.11.3-1) unstable; urgency=medium

  * New upstream version 2.11.3

 -- Punit Agrawal <email address hidden>  Sat, 24 Jun 2017 09:59:30 +0100

Upload details

Uploaded by:
Punit Agrawal
Uploaded to:
Sid
Original maintainer:
Punit Agrawal
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
direnv_2.11.3-1.dsc 1.8 KiB 5275f625998583159b83baa023f0f675c73125e4a2fa95cd15d0b602548ca0d1
direnv_2.11.3.orig.tar.gz 40.9 KiB 2d34103a7f9645059270763a0cfe82085f6d9fe61b2a85aca558689df0e7b006
direnv_2.11.3-1.debian.tar.xz 3.3 KiB 281bee8cb53651a3191e6d5eb93ef6b127fda6e656b17f16f084883e451c6529

Available diffs

No changes file available.

Binary packages built by this source

direnv: Utility to set directory specific environment variables

 direnv is an environment variable manager for your shell. It knows
 how to hook into bash, zsh and fish shell to load or unload
 environment variables depending on your current directory. This
 allows one to have project-specific environment variables and not
 clutter the "~/.profile" file.
 .
 Before each prompt it checks for the existence of an ".envrc" file in
 the current and parent directories. If the file exists, it is loaded
 into a bash sub-shell and all exported variables are then captured by
 direnv and then made available to your shell.
 .
 Because direnv is compiled into a single static executable it is fast
 enough to be unnoticeable on each prompt. It is also language
 agnostic and can be used to build solutions similar to rbenv, pyenv,
 phpenv, ...