about summary refs log tree commit diff
path: root/fedora
diff options
context:
space:
mode:
Diffstat (limited to 'fedora')
-rw-r--r--fedora/.bash_profile4
1 files changed, 1 insertions, 3 deletions
diff --git a/fedora/.bash_profile b/fedora/.bash_profile
index 882ae0e..6e8c62c 100644
--- a/fedora/.bash_profile
+++ b/fedora/.bash_profile
@@ -6,8 +6,6 @@ if [ -f ~/.bashrc ]; then
 fi
 
 # User specific environment and startup programs
-PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/.local/share/go/bin
+PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/.local/share/go/bin:$HOME/.cargo/bin
 export PATH
 export GOPATH=$HOME/.local/share/go
-
-export PATH="$HOME/.cargo/bin:$PATH"