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.
---
 .bashrc           | 7 -------
 home/user/.bashrc | 7 +++++++
 2 files changed, 7 insertions(+), 7 deletions(-)
 delete mode 100644 .bashrc
 create mode 100644 home/user/.bashrc

diff --git a/.bashrc b/.bashrc
deleted file mode 100644
index 786f06d..0000000
--- a/.bashrc
+++ /dev/null
@@ -1,7 +0,0 @@
-# ~/.bashrc
-# Author: Mountain Man
-
-# Test for an interactive shell.
-if [[ $- != *i* ]] ; then
-	  return
-fi
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