summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.bash_profile7
1 files changed, 0 insertions, 7 deletions
diff --git a/.bash_profile b/.bash_profile
deleted file mode 100644
index d65bb56..0000000
--- a/.bash_profile
+++ /dev/null
@@ -1,7 +0,0 @@
-include () {
- [[ -f "$1" && -r "$1" ]] && source "$1"
-}
-
-include ~/.profile
-include ~/.nix-profile/etc/profile.d/nix.sh
-[[ $TERM = "eterm-color" || $TERM = "screen" ]] || include ~/.bashrc