On Thu, Feb 05, 2004 at 05:18:15PM -0600, Charles Howse wrote: > > [charles@moe charles]$ echo $SHELL > /bin/bash > > [charles@moe charles]$ alias > alias l.='ls -d .* --color=tty' > alias ll='ls -l --color=tty' > alias ls='ls --color=tty' > alias vi='vim' > alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot > - --show-tilde' > $ grep -r ^alias /etc/profile.d/ /etc/profile.d/colorls.csh:alias ll 'ls -l --color=tty' /etc/profile.d/colorls.csh:alias l. 'ls -d .* --color=tty' /etc/profile.d/colorls.csh:alias ls 'ls --color=tty' /etc/profile.d/colorls.csh:alias ll 'ls -l' /etc/profile.d/colorls.csh:alias l. 'ls -d .*' /etc/profile.d/which-2.sh:alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --show-tilde' /etc/profile.d/mc.csh:alias mc 'setenv MC `/usr/bin/mc -P \!*`; cd $MC; unsetenv MC' /etc/profile.d/vim.csh:alias vi vim -- Hal Burgiss