vsh icon indicating copy to clipboard operation
vsh copied to clipboard

Should export GIT_PAGER in `vsh_shell_start`

Open mmalcomson opened this issue 1 year ago • 0 comments
trafficstars

There are a bunch of configuration things that make working with vsh much nicer.

Things like set pagination off in GDB etc. One of these is GIT_PAGER='col -b'. I think that should be set in vsh_shell_start

N.b. if I intend to make this more widely known, then I should put a bit more effort into the "introductory session" thing that I was working on a little while ago -- i.e. https://github.com/hardenedapple/vsh/blob/master/demo/setup-env.vsh?plain=1

mmalcomson avatar Jul 09 '24 09:07 mmalcomson