config/shell: add flags for simplification

This commit is contained in:
xeruf 2022-02-07 10:12:20 +00:00
parent 77f0167788
commit 6610e4edba
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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