diff options
Diffstat (limited to 'home/.bashrc')
-rw-r--r-- | home/.bashrc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/home/.bashrc b/home/.bashrc new file mode 100644 index 0000000..2296561 --- /dev/null +++ b/home/.bashrc | |||
@@ -0,0 +1,8 @@ | |||
1 | #!/usr/local/bin/bash | ||
2 | # ~/.bashrc | ||
3 | # AUTHOR: tgwil | ||
4 | |||
5 | # Test for interactive shell | ||
6 | if [[ $- != *i* ]]; then | ||
7 | return | ||
8 | fi | ||