mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 12:30: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 notify
|
||||
|
||||
######################################
|
||||
# Application-specific configuration #
|
||||
######################################
|
||||
|
||||
# Make less understand more file types
|
||||
if (( $+commands[lesspipe] )); then
|
||||
eval "$(lesspipe)"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user