all/.bashrc
changeset 28 da6841fb89e9
parent 16 f198c475f3d3
child 29 1a0b84ed3954
equal deleted inserted replaced
16:f198c475f3d3 28:da6841fb89e9
    28 # HISTSIZE=500              # how many lines been stored in bash process
    28 # HISTSIZE=500              # how many lines been stored in bash process
    29 
    29 
    30 # Can be XXX /visible. I like bell.
    30 # Can be XXX /visible. I like bell.
    31 # set bell-style visible
    31 # set bell-style visible
    32 
    32 
       
    33 # Minor errors in the spelling of a directory component in a cd command will
       
    34 # be corrected.
       
    35 shopt -s cdspell
    33 
    36 
    34 # Adjust settings according to current terminal window width
    37 # Adjust settings according to current terminal window width
    35 # which may have changed while the last command was running
    38 # which may have changed while the last command was running
    36 # (which is a common occurance for vim/less/etc.)
    39 # (which is a common occurance for vim/less/etc.)
    37 # Note this is already set in /etc/bashrc on Fedora 8 at least.
    40 # Note this is already set in /etc/bashrc on Fedora 8 at least.