fish/functions/tools.fish
2024-05-22 17:51:16 +02:00

11 lines
381 B
Fish

# ─< tools creation >───────────────────────────────────────────────────────────────────────
set fish_greeting
set toolbox "The following tools are active:
"
set warnings "The following packages are NOT active:
"
function tools
end