3fb13f
# .bashrc
3fb13f
3fb13f
# Source global definitions
3fb13f
if [ -f /etc/bashrc ]; then
3fb13f
	. /etc/bashrc
3fb13f
fi
3fb13f
3fb13f
# User specific environment
3fb13f
if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]
3fb13f
then
3fb13f
    PATH="$HOME/.local/bin:$HOME/bin:$PATH"
3fb13f
fi
3fb13f
export PATH
3fb13f
3fb13f
# Uncomment the following line if you don't like systemctl's auto-paging feature:
3fb13f
# export SYSTEMD_PAGER=
3fb13f
3fb13f
# User specific aliases and functions