mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
bashrc & zshrc: add alias cwho which is what I use with conky.
This commit is contained in:
parent
125863565c
commit
302a796964
3
bashrc
3
bashrc
@ -420,6 +420,9 @@ alias fedorautils-install='su -c "curl http://download.opensuse.org/repositories
|
|||||||
# ReSet Screen rss
|
# ReSet Screen rss
|
||||||
alias rss=reset
|
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 .
|
# Allow custom aliases to be put in .aliases or .bash_aliases .
|
||||||
|
|
||||||
# .aliases
|
# .aliases
|
||||||
|
3
zshrc
3
zshrc
@ -393,6 +393,9 @@ alias fedorautils-install='su -c "curl http://download.opensuse.org/repositories
|
|||||||
# ReSet Screen rss
|
# ReSet Screen rss
|
||||||
alias rss=reset
|
alias rss=reset
|
||||||
|
|
||||||
|
# Who command which I use with Conky
|
||||||
|
alias cwho="who -H -w -u"
|
||||||
|
|
||||||
# .aliases
|
# .aliases
|
||||||
if [ -f ~/.aliases ]; then
|
if [ -f ~/.aliases ]; then
|
||||||
source ~/.aliases
|
source ~/.aliases
|
||||||
|
Loading…
Reference in New Issue
Block a user