Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
config
Commits
195ee788
Commit
195ee788
authored
Jun 03, 2021
by
Adrien Dorsaz
Browse files
profile: avoid to repeat many times same PATH info
parent
1efbc87a
Changes
1
Hide whitespace changes
Inline
Side-by-side
profile
View file @
195ee788
# PATH system
# Rust
export
PATH="${HOME}/.cargo/bin
:${PATH}
"
PREFIX_
PATH="${HOME}/.cargo/bin"
# Ruby
export PATH="${HOME}/.local/share/gem/ruby/2.7.0/bin:${PATH}"
PREFIX_PATH="${HOME}/.gem/ruby/2.3.0/bin:${PREFIX_PATH}"
PREFIX_PATH="${HOME}/.local/share/gem/ruby/2.7.0/bin:${PREFIX_PATH}"
# Manually installed binaries
PREFIX_PATH="${HOME}/.local/bin:${PREFIX_PATH}"
export LD_LIBRARY_PATH="${HOME}/.local/lib/x86_64-linux-gnu/:${LD_LIBRARY_PATH}"
export PATH="${HOME}/.local/bin:${PATH}"
# Finally add prefix to PATH
export PATH="${PREFIX_PATH}:${PATH}"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment