Am 28.05.2016 um 19:23 schrieb Walter H.:
Hello,
[ ... ]
but where are these aliases
alias l.='ls -d .* --color=auto'
alias ll='ls -l --color=auto'
alias ls='ls --color=auto'
alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot
--show-tilde'
set?
# grep alias /etc/profile.d/*
/etc/profile.d/colorls.csh:alias ll 'ls -l'
/etc/profile.d/colorls.csh:alias l. 'ls -d .*'
/etc/profile.d/colorls.csh:alias ll 'ls -l --color=auto'
/etc/profile.d/colorls.csh:alias l. 'ls -d .* --color=auto'
/etc/profile.d/colorls.csh:alias ls 'ls --color=auto'
/etc/profile.d/colorls.sh: alias ll='ls -l' 2>/dev/null
/etc/profile.d/colorls.sh: alias l.='ls -d .*' 2>/dev/null
/etc/profile.d/colorls.sh:alias ll='ls -l --color=auto' 2>/dev/null
/etc/profile.d/colorls.sh:alias l.='ls -d .* --color=auto' 2>/dev/null
/etc/profile.d/colorls.sh:alias ls='ls --color=auto' 2>/dev/null
/etc/profile.d/vim.csh: alias vi vim
/etc/profile.d/vim.sh: # for bash and zsh, only if no alias is already set
/etc/profile.d/vim.sh: alias vi >/dev/null 2>&1 || alias vi=vim
/etc/profile.d/which2.sh:alias which='alias | /usr/bin/which --tty-only
--read-alias --show-dot --show-tilde'
Thanks for help,
Walter
Alexander
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
https://lists.centos.org/mailman/listinfo/centos