mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-27 01:01:05 +00:00
Update fedora container
This commit is contained in:
parent
91dacbe386
commit
f6e737e082
1 changed files with 7 additions and 1 deletions
|
@ -26,7 +26,7 @@ if status is-interactive
|
|||
abbr -a -g sage "podman pull $sagemath_image; podman run -it --rm $sagemath_image"
|
||||
abbr -a -g sage-jupyter "podman pull $sagemath_image; podman run -it --rm -p8888:8888 $sagemath_image sage-jupyter"
|
||||
|
||||
set -l fedora_image registry.fedoraproject.org/fedora:latest
|
||||
set -l fedora_image registry.fedoraproject.org/fedora:(rpm -E %fedora)
|
||||
abbr -a -g fedora "podman pull $fedora_image; podman run -it --rm $fedora_image"
|
||||
|
||||
set -l asciidoctor_image docker.io/asciidoctor/docker-asciidoctor:latest
|
||||
|
@ -78,6 +78,12 @@ if status is-interactive
|
|||
disown
|
||||
end
|
||||
|
||||
function build_sh
|
||||
podman start build
|
||||
podman exec -it build bash
|
||||
podman stop -t 0 build
|
||||
end
|
||||
|
||||
## Taskwarrior
|
||||
function ta -w task -d "Add no priority task"
|
||||
task add project:$argv[1] $argv[2..]
|
||||
|
|
Loading…
Reference in a new issue