From 4a195b21b98aac842de9e0c266d7d6e8a295105f Mon Sep 17 00:00:00 2001 From: jon Date: Sun, 6 Mar 2022 20:21:55 -0600 Subject: [PATCH 1/2] 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' From 0dbf15a8f39ef8f6f5a2034c03be6c78e3ef5879 Mon Sep 17 00:00:00 2001 From: jon Date: Sat, 12 Mar 2022 15:50:30 -0600 Subject: [PATCH 2/2] stupid bell --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc b/bash/.bashrc index bd1f245..24158e9 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -174,3 +174,4 @@ ex() { } # turn off incredibly annoying bell +xset b off