bashrc

August 25th, 2009 by usage | Filed under Linux/Unix, Mac OS, Operating Systems

Useful bashrc aliases
edit your ~/.bashrc file by using VI

vi ~/.bashrc

alias l=”ls -la”
alias st=’svn st’
alias di=’svn di’
alias di=’svn diff –diff-cmd diff -x -uw’ # ignore whitespaces
alias ci=’svn ci’
alias up=”svn up”
alias rs=”rsync –verbose –stats –recursive –times –perms –links –delete –exclude ‘*bak’ –exclude ‘*~’  –exclude ‘._*’ $1 $2″
EDITOR=vi
SVN_EDITOR=vi

tag_iconTags: | | | |

You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a comment.

To leave a comment, please fill in the fields below.