diff options
author | Amin Bandali <bandali@gnu.org> | 2019-07-20 00:41:03 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-07-20 00:41:03 -0400 |
commit | 9daac2399f744608b95f1c0a99b02f30f32a7be5 (patch) | |
tree | 10cbc3b17cdac70adc7bb86eb3378a020274000c /.bash_profile | |
parent | badbf1984e1010934a6b7a0497e7b6be940ef032 (diff) | |
download | configs-9daac2399f744608b95f1c0a99b02f30f32a7be5.tar.gz configs-9daac2399f744608b95f1c0a99b02f30f32a7be5.tar.xz configs-9daac2399f744608b95f1c0a99b02f30f32a7be5.zip |
shell: a bunch of uncommitted changes since i switched to Trisquel
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 |