11 lines
381 B
Fish
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
|
|
|