From 70ab4e7234e20ff55d692c3253c88ca362dd3555 Mon Sep 17 00:00:00 2001 From: "Stefan Gaiselmann (centos8)" Date: Fri, 23 Oct 2020 12:25:26 +0200 Subject: [PATCH] Initial commit with CentOS .bashrc file. --- dot_bashrc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dot_bashrc diff --git a/dot_bashrc b/dot_bashrc new file mode 100644 index 0000000..68854a1 --- /dev/null +++ b/dot_bashrc @@ -0,0 +1,15 @@ +# .bashrc + +# Source global definitions +if [ -f /etc/bashrc ]; then + . /etc/bashrc +fi + +# User specific environment +PATH="$HOME/.local/bin:$HOME/bin:$PATH" +export PATH + +# Uncomment the following line if you don't like systemctl's auto-paging feature: +# export SYSTEMD_PAGER= + +# User specific aliases and functions