mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-27 01:01:05 +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
|
||||
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
|
||||
set -l sagemath_image docker.io/sagemath/sagemath:latest
|
||||
|
@ -69,10 +70,6 @@ if status is-interactive
|
|||
lazygit $argv
|
||||
end
|
||||
|
||||
function onefetch -w onefetch
|
||||
onefetch --no-palette $argv
|
||||
end
|
||||
|
||||
function build-sh
|
||||
podman start build
|
||||
podman exec -it build bash
|
||||
|
|
Loading…
Reference in a new issue