dotfiles

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

commit 02055a550b05413d48c9bf4f76b3be61e998f090 (tree)
parent f4b994508a227d6287f186d8b8126077ea6a5b40
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Mon,  9 Sep 2019 22:30:56 +0300

fix paths

Diffstat:
Mbash/.profile_motiejus | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/bash/.profile_motiejus b/bash/.profile_motiejus @@ -11,10 +11,19 @@ export VAGRANT_DEFAULT_PROVIDER=virtualbox eval "$(direnv hook bash)" export DIRENV_LOG_FORMAT="" export GOPATH=$HOME/.gopath -export PATH=/usr/local/opt/sqlite/bin:$HOME/bin:$HOME/.cargo/bin:$GOPATH/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/ +for path in \ + $HOME/bin \ + $GOPATH/bin \ + /usr/local/opt/sqlite/bin \ + ; do + if [[ ! $PATH =~ $path ]]; then + export PATH=$path:$PATH + fi +done + arc() { if [[ -z "${d_active:-}" ]]; then d