Skip to content

Instantly share code, notes, and snippets.

@mdeguzis
Created December 27, 2016 20:53
Show Gist options
  • Save mdeguzis/0ca46f525b3b84702f959d00db19f216 to your computer and use it in GitHub Desktop.
Save mdeguzis/0ca46f525b3b84702f959d00db19f216 to your computer and use it in GitHub Desktop.
Default ~/.bashrc for CentOS 7
# .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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment