From 302a79696485a2a8e0c46a39b7d4be7de595aedc Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Sat, 16 Feb 2013 09:52:19 +0200 Subject: [PATCH] bashrc & zshrc: add alias cwho which is what I use with conky. --- bashrc | 3 +++ zshrc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bashrc b/bashrc index 3c04d0c2..8dcb7706 100644 --- a/bashrc +++ b/bashrc @@ -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 diff --git a/zshrc b/zshrc index b3b5580d..6189e2ac 100644 --- a/zshrc +++ b/zshrc @@ -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