aboutsummaryrefslogtreecommitdiff
path: root/zshrc
AgeCommit message (Collapse)Author
2022-12-11Add a few useful git aliasesTimo Wilken
2022-12-11Remove aliases not needed on GuixSDTimo Wilken
GuixSD has recutils 1.9, so disable bugfix aliases for recutils 1.8.
2022-12-08Adjust zshrc for GuixTimo Wilken
Remove Arch Linux-specific aliases. Also, allow use of load_plugin function after zshrc exits.
2022-12-08Make zsh find extra completionsTimo Wilken
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