From 6e9ef6328cf834e1c8e60e0d99fa29af4c727915 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 29 Aug 2018 11:59:53 +0700 Subject: Update 2018-08-29 --- fedora/.bash_profile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fedora/.bash_profile (limited to 'fedora') 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 -- cgit 1.4.1