Changes sugestion for bash.bashrc

Asked by Michal Dziczkowski

Hello. I would like to suggest include to all versions of ubuntu and ubuntu derriative distributions following modification to the bash.bashrc file:

### GLOBAL ALIASES ###

## File operation ##
alias ..='cd ..'
alias chmod='chmod -Rf'
alias chown='chown -Rf'
alias cp='cp -Rf'
alias mv='mv -Rf'
alias rm='rm -Rf'

## Package operations ##
alias add-repo='add-apt-repository'
alias afind='apt-cache search'
alias apt-get='apt-get --force-yes --fix-missing --allow-unauthenticated'
alias autoclean='apt-get autoclean'
alias auto_del='apt-get -y --purge autoremove'
alias fix='dpkg -a --configure'
alias install='apt-get -y install'
alias purge='apt-get -y purge'
alias reconfig='apt-reconfigure'
alias update='apt-get | grep Pob'

## END OF GLOBAL ALIASES ###

this will simplify a bit some console operations

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

I suggest you report a bug. Mark it as a feature request.

Revision history for this message
Michal Dziczkowski (mdziczkowski) said :
#2

Thanks actionparsnip, that solved my question.