Skip to content

Commit 8d9352a

Browse files
committed
.bashrc.inb7: Add drv() "docker volume" function
1 parent e075f21 commit 8d9352a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dot/bashrc.inb7

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ drc() {
312312
fi
313313
}
314314
dri() { dr image "${@:-ls}"; }
315+
drv() { dr volume "${@:-ls}"; }
315316
drr() { dr run "$@"; }
316317

317318
# Iterate a list of commands until it fails. Typical use:

0 commit comments

Comments
 (0)