mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
More intuitive alias name, add case insensitive search
This commit is contained in:
parent
79206bc072
commit
fe9ec0e4a9
2 changed files with 4 additions and 2 deletions
|
|
@ -133,7 +133,8 @@ function ggl() {
|
|||
}
|
||||
compdef _git ggl=git-checkout
|
||||
|
||||
alias ggn='git grep -n'
|
||||
alias ggr='git grep -n'
|
||||
alias ggri='git grep -n -i'
|
||||
|
||||
function ggp() {
|
||||
if [[ "$#" != 0 ]] && [[ "$#" != 1 ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue