wal doesn't give error

This commit is contained in:
Luke Smith 2018-12-01 11:23:46 -05:00
parent 71efc009ad
commit ebf44c7da2
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -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