bashrc & zshrc: add alias cwho which is what I use with conky.

This commit is contained in:
Mika Suomalainen 2013-02-16 09:52:19 +02:00
parent 125863565c
commit 302a796964
2 changed files with 6 additions and 0 deletions

3
bashrc
View File

@ -420,6 +420,9 @@ alias fedorautils-install='su -c "curl http://download.opensuse.org/repositories
# ReSet Screen rss
alias rss=reset
# Who command which I use with Conky
alias cwho="who -H -w -u"
# Allow custom aliases to be put in .aliases or .bash_aliases .
# .aliases

3
zshrc
View File

@ -393,6 +393,9 @@ alias fedorautils-install='su -c "curl http://download.opensuse.org/repositories
# ReSet Screen rss
alias rss=reset
# Who command which I use with Conky
alias cwho="who -H -w -u"
# .aliases
if [ -f ~/.aliases ]; then
source ~/.aliases