From 4ce71900845d0e025fe3ea64072e31e86651bf80 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Mon, 23 May 2022 18:56:02 +0200 Subject: [PATCH] Fix onefetch --- .config/fish/config.fish | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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