aboutsummaryrefslogtreecommitdiff
path: root/home/.bashrc
blob: 2296561fe8b36e71472d84d5ff9a28481562a0ef (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/local/bin/bash
# ~/.bashrc
# AUTHOR: tgwil

# Test for interactive shell
if [[ $- != *i* ]]; then
	return
fi