svashisht / rpms / bash

Forked from rpms/bash 4 years ago
Clone

Blame SOURCES/dot-bash_profile

ff19ae
# .bash_profile
ff19ae
ff19ae
# Get the aliases and functions
ff19ae
if [ -f ~/.bashrc ]; then
ff19ae
	. ~/.bashrc
ff19ae
fi
ff19ae
ff19ae
# User specific environment and startup programs
ff19ae
ff19ae
PATH=$PATH:$HOME/.local/bin:$HOME/bin
ff19ae
ff19ae
export PATH