From 5427f5fe3016e90fa099c114fbf599a8b2bf0068 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sat, 1 Dec 2018 11:23:46 -0500 Subject: [PATCH] wal doesn't give error --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 065be98..4e051f7 100644 --- a/.profile +++ b/.profile @@ -28,4 +28,4 @@ fi # Switch escape and caps and use wal colors if tty: sudo -n loadkeys ~/.scripts/ttymaps.kmap 2>/dev/null -tty | grep tty >/dev/null && wal -Rns +tty | grep tty >/dev/null && wal -Rns >/dev/null 2>&1