diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index bce3964..d0f3e81 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -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