Skip to content

Releases: rennsax/.emacs.d

latest

26 Jul 03:35
Compare
Choose a tag to compare
latest Pre-release
Pre-release
fix(vterm): handle vterm-shell and env vars correctly

- Quote shell program name, so Tramp won't use heredoc and redirect the stdin to /dev/tty.
- Set COLORTERM=truecolor so BSD ls(1) can display correct colors; unset PAGER
  so pagable programs like git-log(1), bat(1) can work correctly.