Quellcode durchsuchen

Use lesspipe.sh to handle pdf files in less

Frans Bergman vor 6 Jahren
Ursprung
Commit
e7709599dc
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      .zshrc

+ 1 - 0
.zshrc

@@ -102,6 +102,7 @@ alias ccat="highlight --out-format=ansi"
 
 export MAKEFLAGS="-j$(nproc)"
 export EDITOR="vim"
+LESSOPEN="|lesspipe.sh %s"; export LESSOPEN
 
 bindkey -v
 bindkey '^r' history-incremental-search-backward