aboutsummaryrefslogtreecommitdiff
path: root/zshrc
AgeCommit message (Collapse)Author
2022-10-23Fix colours in lessTimo Wilken
In order for `LESS_TERMCAP_*` variables to be processed properly when displaying man pages, we need `GROFF_NO_SGR=1`. Also, put `LESS_TERMCAP_*` variables into `lesskey` so they don't pollute the normal shell environment.
2022-10-20Declare `$ASYNC_EDITOR` for non-blocking emacsclientTimo Wilken
This is useful in a few places, such as the shell and "ranger", the file manager.
2022-10-12Initial commit of imported filesTimo Wilken