about summary refs log tree commit diff
path: root/fedora/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/.bash_profile')
-rw-r--r--fedora/.bash_profile11
1 files changed, 11 insertions, 0 deletions
diff --git a/fedora/.bash_profile b/fedora/.bash_profile
new file mode 100644
index 0000000..d80d90f
--- /dev/null
+++ b/fedora/.bash_profile
@@ -0,0 +1,11 @@
+# .bash_profile
+
+# Get the aliases and functions
+if [ -f ~/.bashrc ]; then
+	. ~/.bashrc
+fi
+
+# User specific environment and startup programs
+PATH=$PATH:$HOME/.local/bin:$HOME/bin:$HOME/.local/share/go/bin
+export PATH
+export GOPATH=$HOME/.local/share/go