From 9e432e9764799ab8889b6aca1be5d8bf84c110d0 Mon Sep 17 00:00:00 2001 From: Adrien Date: Sat, 5 Jul 2025 10:53:25 +0000 Subject: [PATCH] Added h alias for history + grep --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 4ae08cc..f4cdee5 100755 --- a/.bashrc +++ b/.bashrc @@ -7,6 +7,7 @@ alias Key="cat ~/.ssh/id_rsa.pub" alias Server="ssh adrien@192.168.178.26" alias untar="sudo tar -xf" +alias h="history | grep" # For scrcpy export SDL_VIDEODRIVER=wayland