about summary refs log tree commit diff
path: root/fedora
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-08-29 11:59:53 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-08-29 12:00:49 +0700
commit6e9ef6328cf834e1c8e60e0d99fa29af4c727915 (patch)
tree95c3ce817369f24e30052fee01fc6b135635ffd6 /fedora
parentae407723121f9c45b18ceedd60c48e42e7b09ce7 (diff)
downloaddotfiles-6e9ef6328cf834e1c8e60e0d99fa29af4c727915.tar.gz
Update 2018-08-29
Diffstat (limited to 'fedora')
-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