zshrc: add dmesg human readable time alias
This commit is contained in:
parent
61efc22735
commit
eb9fece0a8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,6 @@ alias units="units -v"
|
|||
alias battery="upower -i /org/freedesktop/UPower/devices/battery_BAT0"
|
||||
alias pp=python2
|
||||
alias ppp=python3
|
||||
|
||||
alias Ju="journalctl --unit"
|
||||
alias Jue="journalctl --pager-end --unit"
|
||||
alias Jue="journalctl --follow --full --unit"
|
||||
|
@ -50,6 +49,7 @@ alias uSS="systemctl --user start"
|
|||
alias uSR="systemctl --user restart"
|
||||
alias uSL="systemctl --user reload"
|
||||
alias uSX="systemctl --user stop"
|
||||
alias dmesg="dmesg -e"
|
||||
|
||||
# apparently this is the only way of setting GNU Screen to UTF-8
|
||||
alias screen="screen -U"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue