.bashrc
changeset 618 9145a4e8857f
parent 598 76730a624b4b
child 619 8080fc135a18
equal deleted inserted replaced
617:9eaa8498c491 618:9145a4e8857f
    39 # Don't store noisy/dumb items.
    39 # Don't store noisy/dumb items.
    40 # TIP: MC command start with space.
    40 # TIP: MC command start with space.
    41 HISTIGNORE=\
    41 HISTIGNORE=\
    42 " cd *":\
    42 " cd *":\
    43 "e *":\
    43 "e *":\
    44 "sudo mv *":"sudo rm *":"sudo cp *":"sudo mkdir *":"sudo chmod *":"sudo chown *":\
       
    45 "vlc *":ls:pwd
    44 "vlc *":ls:pwd
    46 
    45 
    47 # To these options assigned default value, as they satisfy my needs I comment them.
    46 # To these options assigned default value, as they satisfy my needs I comment them.
    48 # HISTFILE=~/.bash_history  # where is command history stored
    47 # HISTFILE=~/.bash_history  # where is command history stored
    49 # HISTFILESIZE=500          # how many lines been in $HISTFILE
    48 # HISTFILESIZE=500          # how many lines been in $HISTFILE