From 2d3e5dabcc304999ec8762d0ebefb6a1ef60b83e Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 22 May 2024 17:51:16 +0200 Subject: [PATCH] minor changes --- config.fish | 2 +- functions/tools.fish | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/config.fish b/config.fish index ad03d08..4af58ef 100644 --- a/config.fish +++ b/config.fish @@ -184,7 +184,7 @@ if command -v fastfetch >/dev/null 2>&1 exec fish end clear & f - alias clear='clear & f && pwd' + alias clear='clear & f' end # ─< set nmap-alias >─────────────────────────────────────────────────────────────────────── diff --git a/functions/tools.fish b/functions/tools.fish index 3dc81d4..998c068 100644 --- a/functions/tools.fish +++ b/functions/tools.fish @@ -1,5 +1,11 @@ # ─< tools creation >─────────────────────────────────────────────────────────────────────── +set fish_greeting +set toolbox "The following tools are active: +" +set warnings "The following packages are NOT active: +" + function tools - echo $TOOLBOX + end