These classnotes are depreciated. As of 2005, I no longer teach the classes. Notes will remain online for legacy purposes

UNIX01/Updating Your .Bashrc

Classnotes | UNIX01 | RecentChanges | Preferences

Take a look at your .bashrc file, if you have one.

If you would like, you may take this time to update your PS1 or PS2 definitions for your prompt interface.

Add the following aliases to help make your Linux install more interactive:

 rm => rm -i
 cp => cp -i
 la => ls -la
 lv => ls -lav

Occassionally, you will have to access things called "CVS" repositories. In order to access the vast majority, you will have to set an environmental variable "CVS_RSH" to "ssh" to ensure that your communications are encrypted. Add such a definition to your .bashrc now.

You may also want to define an $EDITOR variable that points to your editor of choice. Do that now.



Classnotes | UNIX01 | RecentChanges | Preferences
This page is read-only | View other revisions
Last edited July 26, 2003 1:19 pm (diff)
Search:
(C) Copyright 2003 Samuel Hart
Creative Commons License
This work is licensed under a Creative Commons License.