Setting Up Your Environment
- Environment Variables
- Aliases
- Setup Files
– .login – .tcshrc – other .*rc files
- History
- Command Completion
Setting Up Your Environment Environment Variables Aliases Setup - - PowerPoint PPT Presentation
Setting Up Your Environment Environment Variables Aliases Setup Files .login .tcshrc other .*rc files History Command Completion Environment Variables (35.3) Unlike a regular shell variable, an environment
– .login – .tcshrc – other .*rc files
– PATH: Contains a list of directories separated by
– EDITOR: Name of your favorite editor. – PRINTER: Name of your default printer. – PWD: Contains the absolute pathname of your current
– HOME: Contains the absolute pathname of your
– SHELL: Contains the absolute pathname of your
– USER: Contains your username. – TERM: Contains the name of your terminal type. – DISPLAY: Used by the X Window system to identify
– .login – .tcshrc – other .*rc files
– Setting environment variables, which are passed to
– Setting the I/O options for your terminal. – Performing commands you wish to run once each
– setting aliases – setting your command line prompt – setting the history variable (will be discussed later)
– Setup aliases for email addresses. – Setup the default editor for your mailer. – Specify a file that records outgoing messages. – Specify a command to print a message. – Specify a sound when you receive a message.
– Set the background of the window. – Set the size and type of the font. – Set the number of width and height in characters. – Set whether syntax highlighting is turned on or off.
– Complete the name of command that is in your path
– Complete the name of a file that is in the current or