From 79212924513b55e361e2b8e74d5dcd973af8d504 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 10 Jul 2025 18:57:36 +0200 Subject: [PATCH] Config/Navi: Add kernel version cheat --- config/navi/christoph.cheat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/navi/christoph.cheat b/config/navi/christoph.cheat index e193d67f..521945d5 100644 --- a/config/navi/christoph.cheat +++ b/config/navi/christoph.cheat @@ -137,6 +137,10 @@ $ separator: echo -e "' '\t\tWhitespace\n'[ ]'\t\tSingle Space\n'\\\t'\t\tTabs" # Remove duplicate lines sort -u +% uname +# Determine the current Linux kernel version +uname -r + % mime # Determine the mime-type of a file file --mime-type