commit 70ab4e7234e20ff55d692c3253c88ca362dd3555 Author: Stefan Gaiselmann (centos8) Date: Fri Oct 23 12:25:26 2020 +0200 Initial commit with CentOS .bashrc file. 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