Add podman-i alias to fish config.

Used to launch a properly interactive console for a podman container,
with useful mounts by default as well.
This commit is contained in:
Érico Nogueira 2023-11-22 08:40:20 -03:00
parent d9389f0ac9
commit 9d26d97724
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ alias rebase-up='git pull upstream master --rebase --autostash'
alias gg='git grep'
alias podman-i='podman run --rm --detach-keys="ctrl-a,d" -t -a stdin -a stdout -a stderr --mount type=bind,source=$PWD,destination=$PWD --workdir=$PWD'
function statusgit --argument show \
--description "Show git status for all directories in the current directory. Requires omf."
if test -z $show