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