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