zshrc: Remove smart-indent
authorFrank Terbeck <ft@bewatermyfriend.org>
Mon, 28 Nov 2011 21:20:05 +0000 (22:20 +0100)
committerMichael Prokop <mika@grml.org>
Tue, 6 Dec 2011 13:50:44 +0000 (14:50 +0100)
Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org>
etc/zsh/zshrc

index 7311a22..9481a54 100644 (file)
@@ -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 && \