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