From 21eb785d56a48b7ba0e4979641627e081720d2f1 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 28 Nov 2011 22:20:05 +0100 Subject: [PATCH] zshrc: Remove smart-indent Signed-off-by: Frank Terbeck --- etc/zsh/zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 7311a22..9481a54 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3414,11 +3414,6 @@ mmake() { make -n install > ~/.errorlogs/${PWD##*/}-makelog } -#f5# Indent source code -smart-indent() { - indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs "$@" -} - # highlight important stuff in diff output, usage example: hg diff | hidiff #m# a2 hidiff \kbd{histring} oneliner for diffs check_com -c histring && \ -- 2.1.4