new hotness on shell configuration

This commit is contained in:
Benson Chu 2023-03-18 21:40:15 -05:00
parent 7d4d019969
commit 94b471bdc4

View file

@ -839,6 +839,9 @@ This is sort of implicit in the code, but I
;; if [[ "$TERM" != "dumb" ]]; then
;; # vterm configuration, etc.
;; fi
;; OR, the new way I've been doing this:
;; [[ "$TERM" = "dumb" ]] && return
(setq tramp-terminal-type "dumb")
;; To debug tramp, set the following variable (max value 11).