1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Fix lesspipe config.

This commit is contained in:
2019-12-04 10:43:02 +01:00
parent 0d851c6743
commit ae181ca728

View File

@@ -185,3 +185,12 @@ SAVEHIST=$HISTSIZE
setopt autocd # Automatically cd to dirs typed setopt autocd # Automatically cd to dirs typed
setopt notify setopt notify
######################################
# Application-specific configuration #
######################################
# Make less understand more file types
if (( $+commands[lesspipe] )); then
eval "$(lesspipe)"
fi