.bashrc
changeset 294 91a01838d930
parent 290 e19be6298b09
child 300 f7c19d2b4263
equal deleted inserted replaced
293:a9ac4e2551a0 294:91a01838d930
    32 HISTCONTROL=igrorespace:erasedups
    32 HISTCONTROL=igrorespace:erasedups
    33 
    33 
    34 # Don't store noisy/dumb items.
    34 # Don't store noisy/dumb items.
    35 # TIP: MC command start with space.
    35 # TIP: MC command start with space.
    36 HISTIGNORE=\
    36 HISTIGNORE=\
    37 "cd ..":"cd ../..":" cd *":\
    37 " cd *":\
    38 "e *":\
    38 "e *":\
    39 "sudo mv *":"sudo rm *":"sudo cp *":"sudo mkdir *":"sudo chmod *":"sudo chown *":\
    39 "sudo mv *":"sudo rm *":"sudo cp *":"sudo mkdir *":"sudo chmod *":"sudo chown *":\
    40 "vlc *":ls:pwd
    40 "vlc *":ls:pwd
    41 
    41 
    42 # To these options assigned default value, as they satisfy my needs I comment them.
    42 # To these options assigned default value, as they satisfy my needs I comment them.