mirror of
https://github.com/charmbracelet/crush.git
synced 2026-05-30 18:47:33 +00:00
Sets TERM=xterm-256color, GIT_EDITOR=false, EDITOR=false, VISUAL=false, JJ_EDITOR=false, JJ_PAGER=cat, PAGER=cat, GIT_PAGER=cat for all shell executions.These are always applied regardless of the caller's environment to prevent commands from spawning editors or pagers and hanging on a nonexistent TTY. Co-authored-by: Kieran Klukas <kieran@dunkirk.sh>