Add rg-compose function
This commit is contained in:
parent
ee09c88ac2
commit
9c7c5f3362
7
zsh/.config/zsh/rg-compose.zsh
Normal file
7
zsh/.config/zsh/rg-compose.zsh
Normal file
@ -0,0 +1,7 @@
|
||||
rg-compose() {
|
||||
if [[ -z "${1}" ]]; then
|
||||
return 1
|
||||
else
|
||||
rg "$1" **/docker-compose.yml
|
||||
fi
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user