From: Frank Terbeck Date: Mon, 28 Nov 2011 21:20:05 +0000 (+0100) Subject: zshrc: Remove smart-indent X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=3ff24c26824bafb88fb6f1be05f63ac5afe307de;p=grml-etc-core.git zshrc: Remove smart-indent Signed-off-by: Frank Terbeck --- diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 315cfeb..4fef331 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -3413,11 +3413,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 && \