config/shell: add flags for simplification
This commit is contained in:
parent
77f0167788
commit
6610e4edba
|
@ -1,4 +1,4 @@
|
|||
command! PU PlugClean | PlugUpdate | PlugUpgrade
|
||||
command! PU PlugClean! | PlugUpdate | PlugUpgrade
|
||||
" TODO Automatically do this in topgrade
|
||||
|
||||
" TODO auto-update on start/error
|
||||
|
|
|
@ -159,7 +159,7 @@ scb() {
|
|||
sudo systemctl start --show-transaction "$1"
|
||||
}
|
||||
|
||||
alias jch='sudo SYSTEMD_LESS=FRKi journalctl --no-hostname'
|
||||
alias jch='sudo SYSTEMD_LESS=FRKiM journalctl --no-hostname'
|
||||
alias jcl='jch --boot --lines 15' # list - quick overview
|
||||
alias jce='jch --pager-end' # end - all logs
|
||||
alias jcf='jch --follow' # follow - monitor logs
|
||||
|
|
Loading…
Reference in New Issue