about summary refs log tree commit diff
path: root/fedora
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-10-29 21:06:29 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-10-29 21:06:29 +0700
commit5d465233d88b3372c29ee148fe1e2676b7925b4d (patch)
tree5efcb60fd8b255c6307f04e0803674d238743e73 /fedora
parentab2431a25bf96b7782d97b2fbf2989cec01806dc (diff)
downloaddotfiles-5d465233d88b3372c29ee148fe1e2676b7925b4d.tar.gz
Update 2018-10-29
Diffstat (limited to 'fedora')
-rw-r--r--fedora/.bash_profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/fedora/.bash_profile b/fedora/.bash_profile
index d80d90f..882ae0e 100644
--- a/fedora/.bash_profile
+++ b/fedora/.bash_profile
@@ -9,3 +9,5 @@ fi
 PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/.local/share/go/bin
 export PATH
 export GOPATH=$HOME/.local/share/go
+
+export PATH="$HOME/.cargo/bin:$PATH"