| apr96.tar |
Listing 5: .tcshrc
# tcsh is the only shell to have all the enhancements I created built in. # Use these aliases for the 'dl', 'sd' and 'gd' commands. The rest of # the code in .cshrc listing is the same for .tschrc. alias dl 'dirs -v' alias sd 'dirs -S' alias gd 'dirs -L'
|