minor changes

This commit is contained in:
pika 2024-05-22 17:51:16 +02:00
parent b2021a76ec
commit 2d3e5dabcc
2 changed files with 8 additions and 2 deletions

View file

@ -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