dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit cf14ee7f12e9cb0594ebdf0589b9f6c11e9a1d8a (tree)
parent a4235a474687b590780385f76c4f5b6b5dccf460
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Tue, 30 Jul 2019 10:31:31 +0300

silence direnv

Diffstat:
Mbash/.profile_motiejus | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/bash/.profile_motiejus b/bash/.profile_motiejus @@ -11,6 +11,7 @@ export VAGRANT_DEFAULT_PROVIDER=virtualbox export GOPATH=$HOME/.go-code eval "$(direnv hook bash)" +export DIRENV_LOG_FORMAT="" export PATH=/usr/local/opt/sqlite/bin:$HOME/bin:$HOME/.cargo/bin:$PATH export CLUSTODSN=postgresql://clusto:clusto@127.0.0.1:5432/clusto #export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/src/