diff options
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 7 |
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 |