all repos — nixfiles @ be6236a872079b144d4abdeace1d34b528447136

System and user configuration, managed by nix and home-manager

Enable `bat`

Alan Pearce
commit

be6236a872079b144d4abdeace1d34b528447136

parent

1ea3974cd0ac82421d1cbcac4075ab46760ee7cd

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M user/zsh/zshrcuser/zsh/zshrc
@@ -169,3 +169,8 @@ tere() {
local result=$(command tere "$@") [ -n "$result" ] && cd -- "$result" } + +alias bathelp='bat --plain --language=help' +help() { + "$@" --help 2>&1 | bathelp +}