aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-03-28 15:17:52 -0400
committerMountain Man <43313373+MountainMan1312@users.noreply.github.com>2023-03-28 15:17:52 -0400
commit4e30042ab275623f76a4a9c69285fc5c6f17063a (patch)
tree7786b5833eb40bc4e9ea458cc328325b92724dfc /.bashrc
parentCreate '.bashrc' (diff)
downloaddotfiles.old-4e30042ab275623f76a4a9c69285fc5c6f17063a.tar.gz
dotfiles.old-4e30042ab275623f76a4a9c69285fc5c6f17063a.tar.bz2
dotfiles.old-4e30042ab275623f76a4a9c69285fc5c6f17063a.zip
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.
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc7
1 files changed, 0 insertions, 7 deletions
diff --git a/.bashrc b/.bashrc
deleted file mode 100644
index 786f06d..0000000
--- a/.bashrc
+++ /dev/null
@@ -1,7 +0,0 @@
1# ~/.bashrc
2# Author: Mountain Man
3
4# Test for an interactive shell.
5if [[ $- != *i* ]] ; then
6 return
7fi