Add journalctl-datarec alias

This commit is contained in:
2Shirt 2022-10-22 20:20:17 -07:00
parent 25b64d6852
commit 1f984f5b77
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -12,6 +12,7 @@ alias fix-perms='find -type d -exec chmod 755 "{}" \; && find -type f -exec chmo
alias hexedit='hexedit --color'
alias hw-info='sudo hw-info | less -S'
alias ip='ip -br -c'
alias journalctl-datarec="echo -e 'Monitoring journal output...\n' && journalctl -kf | grep -Ei 'ata|nvme|scsi|sd[a..z]+|usb|comreset|critical|error'"
alias less='less -S'
alias ls='ls --color=auto'
alias mkdir='mkdir -p'