.bashrc
changeset 45 5c94d2613433
parent 44 e4703f904e4b
child 57 99d0eb7974d6
equal deleted inserted replaced
44:e4703f904e4b 45:5c94d2613433
    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"
       
    89 
    88 # canonicalize path (including resolving symlinks)
    90 # canonicalize path (including resolving symlinks)
    89 # alias realpath='readlink -f'
    91 # alias realpath='readlink -f'
    90 
    92 
    91 # Use bash-completion, if available.
    93 # Use bash-completion, if available.
    92 if [ -f /etc/bash_completion ]; then
    94 if [ -f /etc/bash_completion ]; then