From caf2a84614a2549d8ec8dc6789a3c36872bcb9c7 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 28 Jan 2025 12:38:08 +0100 Subject: [PATCH] feat(commands): add alias for searching for files in current dir --- omz-custom/custom_commands.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/omz-custom/custom_commands.sh b/omz-custom/custom_commands.sh index 0a2e61d..890a7e7 100755 --- a/omz-custom/custom_commands.sh +++ b/omz-custom/custom_commands.sh @@ -15,6 +15,8 @@ alias ga="git add" alias gch="git checkout" +alias lg="ls | grep" + function gas() { git add --all git status