Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envrcd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
isgphys
envrcd
Commits
9797d841
Commit
9797d841
authored
6 months ago
by
Sven Mäder
Browse files
Options
Downloads
Patches
Plain Diff
Add python and rust(cargo) env to PATH
parent
ab3a405f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
profile/rda/envrcd.d/10-envvars
+7
-1
7 additions, 1 deletion
profile/rda/envrcd.d/10-envvars
with
7 additions
and
1 deletion
profile/rda/envrcd.d/10-envvars
+
7
−
1
View file @
9797d841
...
...
@@ -97,9 +97,15 @@ export BAT_THEME='DarkNeon'
# --- ansible ---
if
[[
"
${
ENVRCD_USER
}
"
==
"rda"
]]
&&
[[
"
${
USER
}
"
==
"maedersv"
||
"
${
USER
}
"
==
"rda"
]]
;
then
#export ANSIBLE_CONFIG="~/.ansible.cfg"
if
[
-d
"
$HOME
/.local/bin"
]
;
then
if
[
-d
"
${
HOME
}
/.cargo/env"
]
;
then
export
PATH
=
"
${
HOME
}
/.cargo/env:
${
PATH
}
"
fi
if
[
-d
"
${
HOME
}
/.local/bin"
]
;
then
export
PATH
=
"
${
HOME
}
/.local/bin:
${
PATH
}
"
fi
if
[
-d
"
${
HOME
}
/env/pyenv/bin"
]
;
then
export
PATH
=
"
${
HOME
}
/env/pyenv/bin:
${
PATH
}
"
fi
export
ANSIBLE_STRATEGY_PLUGINS
=
"~/.ansible/mitogen/ansible_mitogen/plugins/strategy"
export
ANSIBLE_STRATEGY
=
"mitogen_linear"
export
ANSIBLE_ISG_PHYS_PATH
=
"~/git/ansible-isg-phys"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment