.bashrc
changeset 57 99d0eb7974d6
parent 45 5c94d2613433
child 74 06fb23a66904
equal deleted inserted replaced
55:8fd48debf4cc 57:99d0eb7974d6
    83 # alias gdb='gdb -tui' #enable the text window interface if possible
    83 # alias gdb='gdb -tui' #enable the text window interface if possible
    84 
    84 
    85 # what most people want from od (hexdump)
    85 # what most people want from od (hexdump)
    86 # alias hd='od -Ax -tx1z -v'
    86 # alias hd='od -Ax -tx1z -v'
    87 
    87 
    88 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"
    88 # --blank-lines-after-procedures --break-before-boolean-operator --braces-on-if-line --braces-on-struct-decl-line
       
    89 # --comment-indentationn --space-after-cast --line-comments-indentationn --declaration-indentationn --honour-newlines
       
    90 # --no-space-after-function-call-names --no-tabs --struct-brace-indentationn --start-left-side-of-comments
       
    91 alias indent-bifit="indent -bap -bbo -br -brs -cdw -ce -cli0 -c0 -cs -d0 -di0 -hnl -l120 -lc90 -i4 -npcs -ppi 3 -npsl -nut -sbi4 -sc"
    89 
    92 
    90 # canonicalize path (including resolving symlinks)
    93 # canonicalize path (including resolving symlinks)
    91 # alias realpath='readlink -f'
    94 # alias realpath='readlink -f'
    92 
    95 
    93 # Use bash-completion, if available.
    96 # Use bash-completion, if available.