Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime Bombar
Config_Files
Commits
ed5c3fa6
Commit
ed5c3fa6
authored
Sep 28, 2020
by
Maxime Bombar
Browse files
[zshrc] Enable cargo binaries for RUST
parent
84d68438
Changes
1
Hide whitespace changes
Inline
Side-by-side
.zshrc
View file @
ed5c3fa6
...
...
@@ -669,3 +669,6 @@ export PATH="$HOME/.emacs.d/bin:$PATH"
# Enable npm binaries
export
PATH
=
"
$HOME
/.npm-global/bin:
$PATH
"
# Enable Cargo binaries (RUST)
export
PATH
=
"
$HOME
/.cargo/bin:
$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