.bashrc
changeset 45 5c94d2613433
parent 44 e4703f904e4b
child 57 99d0eb7974d6
--- 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'