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