From d9fe7271f884c9422ed7ce5f9a6a2e10a7e8e04e Mon Sep 17 00:00:00 2001 From: aj Date: Sun, 6 Dec 2020 11:40:05 +0000 Subject: [PATCH] added journalctl command --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 9d12871..64a6155 100644 --- a/.bashrc +++ b/.bashrc @@ -111,6 +111,7 @@ alias gitlog='git log --graph --all --oneline' alias cdev='cd /mnt/files/dev' alias rdoc='cargo doc --open' +alias lasterror='journalctl -p 3 -xb' alias dis='intel-virtual-output -f'