From 2e51ff52a6f6fd9756af644e8b79d3983bef0f39 Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 6 Jun 2024 23:19:35 +0200 Subject: [PATCH] grammar changes.. --- config.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.fish b/config.fish index 06cc419..0b5522f 100644 --- a/config.fish +++ b/config.fish @@ -119,16 +119,16 @@ end if command -v fastfetch >/dev/null 2>&1 alias ff="fastfetch" alias clearff="command clear & fastfetch" - # ─< check for fastfetch module-existance >───────────────────────────────────────────────── + # ─< check for fastfetch module-existence >───────────────────────────────────────────────── command fastfetch --config os >/dev/null 2>&1 # ─< check the status >───────────────────────────────────────────────────────────────────── switch $status case 0 alias f="fastfetch --config os" - # ─< unsuccessfull, cloning repo >────────────────────────────────────────────────────────── + # ─< unsuccessful, cloning repo >────────────────────────────────────────────────────────── case '*' git clone https://git.k4li.de/mirror/fastfetch $HOME/.local/share/fastfetch >/dev/null 2>&1 - # ─< execute fish to reinitialize aliasses >──────────────────────────────────────────────── + # ─< execute fish to reinitialize aliases >──────────────────────────────────────────────── exec fish end clear & f