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

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

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