1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Fix onefetch

This commit is contained in:
Mo 2022-05-23 18:56:02 +02:00
parent e6acd6f92d
commit 4ce7190084

View file

@ -20,6 +20,7 @@ if status is-interactive
## Default options ## Default options
abbr -a -g rsync "rsync -ravhL --partial --zc=zstd --zl=22 --no-i-r --info=progress2,stats2" abbr -a -g rsync "rsync -ravhL --partial --zc=zstd --zl=22 --no-i-r --info=progress2,stats2"
abbr -a -g onefetch "onefetch --no-palette"
## Podman ## Podman
set -l sagemath_image docker.io/sagemath/sagemath:latest set -l sagemath_image docker.io/sagemath/sagemath:latest
@ -69,10 +70,6 @@ if status is-interactive
lazygit $argv lazygit $argv
end end
function onefetch -w onefetch
onefetch --no-palette $argv
end
function build-sh function build-sh
podman start build podman start build
podman exec -it build bash podman exec -it build bash