diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-29 21:06:29 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-10-29 21:06:29 +0700 |
commit | 5d465233d88b3372c29ee148fe1e2676b7925b4d (patch) | |
tree | 5efcb60fd8b255c6307f04e0803674d238743e73 /fedora | |
parent | ab2431a25bf96b7782d97b2fbf2989cec01806dc (diff) | |
download | dotfiles-5d465233d88b3372c29ee148fe1e2676b7925b4d.tar.gz |
Update 2018-10-29
Diffstat (limited to 'fedora')
-rw-r--r-- | fedora/.bash_profile | 2 |
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" |