./sysutils/direnv, Environment switcher for the shell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.34.0nb1, Package name: direnv-2.34.0nb1, Maintainer: leot

direnv is an environment switcher for the shell. It knows how to hook into bash,
zsh, tcsh and fish shell to load or unload environment variables depending on
the current directory. This allows to have project-specific environment
variables and not clutter the "~/.profile" file.


Master sites:

Filesize: 92.235 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-05 21:14:14 by Benny Siegert | Files touched by this commit (161) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-03-24 21:03:51 by Leonardo Taccari | Files touched by this commit (3) | Package updated
Log message:
direnv: Update to 2.34.0

Changes:
2.34.0
======
  * doc: README.md, man pages: it's typos
  * doc: add shell setup instructions for oh-my-zsh
  * doc: added fetchurl manpage link to README.md
  * doc: document XDG_DATA_HOME
  * feat: add Murex support
  * feat: added systemd shell for export
  * feat: allow to disable warn timeouts
  * feat: hide env diff
  * feat: made 'direnv export' non private
  * fix: `use_julia` should not set LD_LIBRARY_PATH
  * fix: add missing deps for release in go.mod
  * fix: avoid use of regex in bash hook output
  * fix: direnv.toml.1.md: add examples for $HOME expansion
  * fix: stdlib: use_flake: don't keep old generations around
  * fix: stdlib: use_node: strip leading v from version
  * fix: support Bash 5.1 array PROMPT_COMMAND
  * fix: update stdlib.sh to avoid deprecation warning
  * fix: update zsh syntax in internal/cmd/shell_zsh.go
   2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-01-01 15:28:49 by Leonardo Taccari | Files touched by this commit (3) | Package updated
Log message:
direnv: Update to 2.33.0

Changes:
v2.33.0
-------
- Documentation update and improvements
- Add PowerShell Support
- Minor improvements and bug fixes
   2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152)
Log message:
Revbump all Go packages because go121 is now the default