Home
last modified time | relevance | path

Searched refs:envrc (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/sysutils/direnv/direnv-2.27.0/man/
H A Ddirenv.toml.1.md45 If set to true, the `.envrc` will be loaded with `set -euo pipefail`. This
74 In this example, the following .envrc files will be implicitly allowed:
76 * `/home/user/code/project-a/.envrc`
77 * `/home/user/code/project-a/subdir/.envrc`
82 * `/home/user/project-b/.envrc`
83 * `/opt/random/.envrc`
93 exact = [ "/home/user/project-b/.envrc", "/home/user/project-b/subdir-a" ]
96 In this example, the following .envrc files will be implicitly allowed, and no others:
98 * `/home/user/code/project-b/.envrc`
103 * `/home/user/code/project-b/subproject-c/.envrc`
[all …]
H A Ddirenv-stdlib.1.md7 direnv-stdlib - functions for the `.envrc`
78 Loads another `.envrc` either by specifying its path or filename.
80 NOTE: the other `.envrc` is not checked by the security framework.
84 Loads another ".envrc", but only if it exists.
91 source_env_if_exists .envrc.private
183 # Then in the .envrc
267 Examples (.envrc):
303 Example (.envrc):
316 Example (.envrc):
333 Example (.envrc):
[all …]
H A Ddirenv.1.md22 Before each prompt it checks for the existence of an `.envrc` file in the
38 $ echo export FOO=foo > .envrc
39 \.envrc is not allowed
42 direnv: loading .envrc
120 In some target folder, create an `.envrc` file and add some export(1)
123 On the next prompt you will notice that direnv complains about the `.envrc`
139 utility functions that are made available in the context of the `.envrc` file.
/dports/sysutils/direnv/direnv-2.27.0/test/
H A Ddirenv-test.tcsh47 touch .envrc
57 cp ../base/.envrc ../inherited/.envrc
64 echo "export HELLO=goodbye" > ../inherited/.envrc
H A Ddirenv-test-common.sh86 touch .envrc
100 cp ../base/.envrc ../inherited/.envrc
105 echo "export HELLO=goodbye" > ../inherited/.envrc
H A Ddirenv-test.elv92 touch .envrc
103 cp ../base/.envrc ../inherited/.envrc
109 echo "export HELLO=goodbye" > ../inherited/.envrc
/dports/sysutils/direnv/direnv-2.27.0/
H A Dcmd_prune.go21 var envrc []byte
40 if envrc, err = ioutil.ReadFile(filename); err != nil {
43 envrcStr := strings.TrimSpace(string(envrc))
H A DREADME.md20 Before each prompt, direnv checks for the existence of a `.envrc` file in the
60 # Create a new .envrc. This file is bash code that is going to be loaded by
62 $ echo export FOO=foo > .envrc
63 .envrc is not allowed
65 # The security mechanism didn't allow to load the .envrc. Since we trust it,
69 direnv: loading .envrc
88 utility functions that are made available in the context of the `.envrc` file.
100 loaded before your `.envrc` and thus allows you to make your own extensions to
131 it's content made available to any `.envrc` file.
133 3. direnv is not loading the `.envrc` into the current shell. It's creating a
[all …]
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/storage/fixtures/upped/bosh-deployment/virtualbox/
H A Dcreate-env.sh61 cat > .envrc <<"EOF"
74 echo "export BOSH_DEPLOYMENT_SHA=${bosh_deployment_sha}" >> .envrc
77 source .envrc
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Drcutil.py88 envrc = (b'items', envrcitems())
93 _rccomponents = [envrc]
105 _rccomponents.append(envrc)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/apex/log/
H A D.gitignore1 .envrc
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/apex/log/
H A D.gitignore1 .envrc
/dports/devel/bit/bit-1.1.2/vendor/github.com/apex/log/
H A D.gitignore1 .envrc
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/jackc/pgconn/
H A D.gitignore1 .envrc
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/jackc/pgconn/
H A D.gitignore1 .envrc
/dports/net/storj/storj-1.45.3/vendor/github.com/jackc/pgconn/
H A D.gitignore1 .envrc
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/jackc/pgconn/
H A D.gitignore1 .envrc
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/jackc/pgconn/
H A D.gitignore1 .envrc
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/jackc/pgconn/
H A D.gitignore1 .envrc
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/moricho/tparallel/
H A D.gitignore2 .envrc
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/moricho/tparallel/
H A D.gitignore2 .envrc
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/sharded-slab-0.1.4/
H A D.gitignore4 .envrc
/dports/lang/gleam/gleam-0.18.2/cargo-crates/sharded-slab-0.1.4/
H A D.gitignore4 .envrc
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/sharded-slab-0.1.4/
H A D.gitignore4 .envrc
/dports/net/krill/krill-0.9.4/cargo-crates/sharded-slab-0.1.4/
H A D.gitignore4 .envrc

12345678