diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 82a80e9..15fc145 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -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