mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-29 04:23:45 +00:00
Fix onefetch
This commit is contained in:
parent
e6acd6f92d
commit
4ce7190084
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue