1
0
Fork 0
dotfiles/fedora/.bash_profile

12 lines
270 B
Bash

# .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