From 5502c11b33511ce778eebcea73e8f26646ccda45 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 4 Apr 2022 13:04:27 -0700 Subject: [PATCH] updated dmesg alias to doas dmesg -H --- bashrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 2ddbc9aa..34e30329 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -172,7 +172,7 @@ HISTTIMEFORMAT="%d/%m/%y %T " export PS1='\[\033[01;36m\][\u@\h\[\033[01;37m\] \W\[\033[01;36m\]]\$\033[01;37m\] $(git branch 2>/dev/null | grep '^*' | colrm 1 2)\n\033[01;36m└─▶ \033[37m' # Custom Bash Commands -alias dmesg="doas dmesg" +alias dmesg="doas dmesg -H" alias kernel="uname -r" alias {grub_update,update_grub}="doas grub-mkconfig -o /boot/grub/grub.cfg" alias .="cd"