rcolebaugh / rpms / bash

Forked from rpms/bash a year ago
Clone
9014c4
# .bashrc
9014c4
9014c4
# Source global definitions
9014c4
if [ -f /etc/bashrc ]; then
9014c4
	. /etc/bashrc
9014c4
fi
9014c4
9014c4
# User specific environment
9014c4
PATH="$HOME/.local/bin:$HOME/bin:$PATH"
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