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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user