about summary refs log tree commit diff
path: root/fedora/.bash_profile
blob: 6e8c62c03517c8930429871af7dd492349092de5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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:$HOME/.cargo/bin
export PATH
export GOPATH=$HOME/.local/share/go