This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add .cargo/bin to PATH
master
10sr
5 years ago
parent
23a6644512
commit
1f765f3f96
Signed by:
10sr
GPG Key ID:
C384BB17CBB19347
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
profile
+ 1
- 0
profile
View File
@@ -12,6 +12,7 @@ __safe_add_path_l(){
}
__safe_add_path_l "$HOME/.cabal/bin"
__safe_add_path_l "$HOME/.cargo/bin"
__safe_add_path_l "$HOME/.local/lib/gems/bin"
__safe_add_path_l "$HOME/.gem/ruby/2.1.0/bin"
__safe_add_path_l "$HOME/.local/bin"
Write
Preview
Loading…
Cancel
Save