From a7d2c0b8de196e3f069f6447b5f22341d1cebd04 Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Tue, 28 Mar 2023 15:05:04 -0400 Subject: Create '.bashrc' This creates the file '.bashrc', and adds the standard "test for an interactive shell". --- .bashrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .bashrc diff --git a/.bashrc b/.bashrc new file mode 100644 index 0000000..786f06d --- /dev/null +++ b/.bashrc @@ -0,0 +1,7 @@ +# ~/.bashrc +# Author: Mountain Man + +# Test for an interactive shell. +if [[ $- != *i* ]] ; then + return +fi -- cgit v1.2.3