From 4a195b21b98aac842de9e0c266d7d6e8a295105f Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 6 Mar 2022 20:21:55 -0600 Subject: [PATCH] This dmesg alias breaks on EL7 --- bash/.bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/bash/.bashrc b/bash/.bashrc index 87b2c47..bd1f245 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -25,7 +25,6 @@ alias l='ls -lh --color --time-style=long' alias ll='ls -lAh --color --time-style=long' alias lsd='l -d */' alias p='ping' -alias dmesg='dmesg -HT' alias ip='ip -c' #alias s='sudo $(history -p !!)' alias s='sudo'