diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..37997d1 --- /dev/null +++ b/.bashrc @@ -0,0 +1,12 @@ +# .bashrc + +# Source global definitions +if [ -f /etc/bashrc ]; then + . /etc/bashrc +fi + +# Uncomment the following line if you don't like systemctl's auto-paging feature +: +# export SYSTEMD_PAGER= + +# User specific aliases and functions