From e976439a6fc6702844dea23e27c3eaf1c4890c81 Mon Sep 17 00:00:00 2001 From: makefu Date: Sun, 16 Jul 2017 20:50:49 +0200 Subject: [PATCH] ma: add dmesg alias --- 2configs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/2configs/default.nix b/2configs/default.nix index e47dfac..547b735 100644 --- a/2configs/default.nix +++ b/2configs/default.nix @@ -109,6 +109,7 @@ with import ; environment.shellAliases = { # TODO: see .aliases lsl = "ls -lAtr"; + dmesg = "journalctl -kb | cat"; psg = "ps -ef | grep"; nmap = "nmap -oN $HOME/loot/scan-`date +\%s`.nmap -oX $HOME/loot/scan-`date +%s`.xml"; grep = "grep --color=auto";