From 4e30042ab275623f76a4a9c69285fc5c6f17063a Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Tue, 28 Mar 2023 15:17:52 -0400 Subject: Organize things into folders This simply starts the convention of putting things in folders that make sense instead of dumping everything into the same base folder. --- home/user/.bashrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 home/user/.bashrc (limited to 'home/user/.bashrc') diff --git a/home/user/.bashrc b/home/user/.bashrc new file mode 100644 index 0000000..786f06d --- /dev/null +++ b/home/user/.bashrc @@ -0,0 +1,7 @@ +# ~/.bashrc +# Author: Mountain Man + +# Test for an interactive shell. +if [[ $- != *i* ]] ; then + return +fi -- cgit v1.2.3