aboutsummaryrefslogtreecommitdiff
path: root/home
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 /home
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 'home')
-rw-r--r--home/user/.bashrc7
1 files changed, 7 insertions, 0 deletions
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 @@
1# ~/.bashrc
2# Author: Mountain Man
3
4# Test for an interactive shell.
5if [[ $- != *i* ]] ; then
6 return
7fi