diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-03-28 15:17:52 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-03-28 15:17:52 -0400 |
commit | 4e30042ab275623f76a4a9c69285fc5c6f17063a (patch) | |
tree | 7786b5833eb40bc4e9ea458cc328325b92724dfc /home/user/.bashrc | |
parent | Create '.bashrc' (diff) | |
download | dotfiles.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/user/.bashrc')
-rw-r--r-- | home/user/.bashrc | 7 |
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. | ||
5 | if [[ $- != *i* ]] ; then | ||
6 | return | ||
7 | fi | ||