From a3b8c3406c1f6259e19f033f6ef340f1a6b5958d Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Thu, 21 Sep 2023 15:00:41 +0200 Subject: byteplant config git conf user make emacs tramp work --- home-dots/dot-bashrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'home-dots/dot-bashrc') diff --git a/home-dots/dot-bashrc b/home-dots/dot-bashrc index 1641221..8829999 100644 --- a/home-dots/dot-bashrc +++ b/home-dots/dot-bashrc @@ -5,6 +5,8 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return +# If emacs tramp or eshell, don't execute any of this +[[ $TERM == "dumb" ]] && return HISTSIZE=-1 HISTFILESIZE=-1 -- cgit v1.2.3