about summary refs log tree commit diff
path: root/fedora/.bash_profile
blob: 882ae0eab230476f3e2f8c7ff8eb06e03ae95edb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# .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

export PATH="$HOME/.cargo/bin:$PATH"