add buildah alias
This commit is contained in:
parent
4cc414b20d
commit
a6b87e2330
@ -7,6 +7,7 @@
|
||||
!/.config/dotfiles/gitignore
|
||||
!/.config/dotfiles/install.sh
|
||||
!/.config/zsh/alias.zsh
|
||||
!/.config/zsh/alias/buildah.zsh
|
||||
!/.config/zsh/alias/diff.zsh
|
||||
!/.config/zsh/alias/directories.zsh
|
||||
!/.config/zsh/alias/grep.zsh
|
||||
|
3
.config/zsh/alias/buildah.zsh
Normal file
3
.config/zsh/alias/buildah.zsh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/zsh
|
||||
|
||||
bud() { command buildah bud --isolation chroot --network host --format docker -f "$@" ; }
|
Loading…
Reference in New Issue
Block a user