From 914b4a18babbf660216aeb356e54ca540354a7bb Mon Sep 17 00:00:00 2001 From: "Huang, Yuanpeng J" Date: Thu, 17 Feb 2022 16:38:13 -0800 Subject: [PATCH] Create .bashrc --- .bashrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .bashrc 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