diff options
Diffstat (limited to 'home')
-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 | ||