Ode to the Shell (Was: which file manager you use?)

Hal Burgiss hal at burgiss.net
Thu Feb 5 23:30:33 UTC 2004


On Thu, Feb 05, 2004 at 05:18:15PM -0600, Charles Howse wrote:
> 
> [charles at moe charles]$ echo $SHELL
> /bin/bash
> 
> [charles at 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
 





More information about the fedora-list mailing list