Added alias for reindent code for our job rules.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 19 Mar 2010 10:47:24 +0200
changeset 45 5c94d2613433
parent 44 e4703f904e4b
child 46 196729fa9d4e
child 48 514847fa6797
Added alias for reindent code for our job rules.
.bashrc
--- a/.bashrc	Wed Mar 17 00:14:32 2010 +0200
+++ b/.bashrc	Fri Mar 19 10:47:24 2010 +0200
@@ -85,6 +85,8 @@
 # what most people want from od (hexdump)
 # alias hd='od -Ax -tx1z -v'
 
+alias indent-bifit="indent -bap -bbo -br -brs -cdb -cdw -ce -cli0 -c0 -cs -d0 -di0 -hnl -l120 -lc90 -i4 -npcs -ppi 3 -npsl -nut -sbi4 -sc"
+
 # canonicalize path (including resolving symlinks)
 # alias realpath='readlink -f'