about summary refs log tree commit diff
path: root/fedora/.bash_profile
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-07-07 12:48:10 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-07-07 12:48:10 +0700
commitcd64877d15106e819b56db19fd78f0e85f70222d (patch)
tree2756a3b98bb23a1a57589dd7c75dd469bb5a94ae /fedora/.bash_profile
parent92fa2f573eadd41b35aa115402d282829f40e824 (diff)
downloaddotfiles-cd64877d15106e819b56db19fd78f0e85f70222d.tar.gz
Update 2019-07-07
Diffstat (limited to 'fedora/.bash_profile')
-rw-r--r--fedora/.bash_profile10
1 files changed, 10 insertions, 0 deletions
diff --git a/fedora/.bash_profile b/fedora/.bash_profile
new file mode 100644
index 0000000..eadc104
--- /dev/null
+++ b/fedora/.bash_profile
@@ -0,0 +1,10 @@
+# .bash_profile
+
+# Get the aliases and functions
+if [ -f ~/.bashrc ]; then
+	. ~/.bashrc
+fi
+
+# User specific environment and startup programs
+export GOPATH=$HOME/.local/share/go
+export PATH=$PATH:$HOME/.local/bin:$GOPATH/bin:$HOME/.cargo/bin