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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user