aboutsummaryrefslogtreecommitdiffstats
path: root/home-dots/dot-bashrc
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-09-21 15:00:41 +0200
committerOscar Najera <hi@oscarnajera.com>2023-09-21 15:19:23 +0200
commita3b8c3406c1f6259e19f033f6ef340f1a6b5958d (patch)
treeaf659ea58859a10cdc55b36c96e0ae085e517709 /home-dots/dot-bashrc
parentcce817c63fe2b54adbad6c00ce883e5ed4e3f7cf (diff)
downloaddotfiles-a3b8c3406c1f6259e19f033f6ef340f1a6b5958d.tar.gz
dotfiles-a3b8c3406c1f6259e19f033f6ef340f1a6b5958d.tar.bz2
dotfiles-a3b8c3406c1f6259e19f033f6ef340f1a6b5958d.zip
byteplant config
git conf user make emacs tramp work
Diffstat (limited to 'home-dots/dot-bashrc')
-rw-r--r--home-dots/dot-bashrc2
1 files changed, 2 insertions, 0 deletions
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