isync, bash, eshell: try imap syncing my gnu mail from my server
[~bandali/configs] / .bash_profile
index f41056d..61cb5cf 100644 (file)
@@ -1,7 +1 @@
-include () {
-    [[ -f "$1" && -r "$1" ]] && source "$1"
-}
-
-include ~/.profile
-include ~/.nix-profile/etc/profile.d/nix.sh
-include ~/.bashrc
+if [ -f "$HOME/.profile" ]; then . "$HOME/.profile"; fi