فهرست منبع

Add colored manual

Blallo 3 سال پیش
والد
کامیت
03550aa791
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      .zshrc

+ 8 - 0
.zshrc

@@ -270,6 +270,14 @@ urldecode() {
 # certo
 eval "$(_CERTO_COMPLETE=source_zsh certo)"
 
+## Colored manual
+
+function _man() {
+   man $@ | bat -p --language="man"
+}
+
+alias man="_man"
+
 ## Local only
 
 if [ -f ${HOME}/.zshrc.local ]; then