diff options
Diffstat (limited to 'home/.bashrc')
-rw-r--r-- | home/.bashrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home/.bashrc b/home/.bashrc new file mode 100644 index 0000000..786f06d --- /dev/null +++ b/home/.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 | ||