Created
December 27, 2016 20:53
-
-
Save mdeguzis/0ca46f525b3b84702f959d00db19f216 to your computer and use it in GitHub Desktop.
Default ~/.bashrc for CentOS 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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