minor changes
This commit is contained in:
parent
b2021a76ec
commit
2d3e5dabcc
2 changed files with 8 additions and 2 deletions
|
@ -184,7 +184,7 @@ if command -v fastfetch >/dev/null 2>&1
|
||||||
exec fish
|
exec fish
|
||||||
end
|
end
|
||||||
clear & f
|
clear & f
|
||||||
alias clear='clear & f && pwd'
|
alias clear='clear & f'
|
||||||
end
|
end
|
||||||
|
|
||||||
# ─< set nmap-alias >───────────────────────────────────────────────────────────────────────
|
# ─< set nmap-alias >───────────────────────────────────────────────────────────────────────
|
||||||
|
|
|
@ -1,5 +1,11 @@
|
||||||
# ─< tools creation >───────────────────────────────────────────────────────────────────────
|
# ─< tools creation >───────────────────────────────────────────────────────────────────────
|
||||||
|
set fish_greeting
|
||||||
|
set toolbox "The following tools are active:
|
||||||
|
"
|
||||||
|
set warnings "The following packages are NOT active:
|
||||||
|
"
|
||||||
|
|
||||||
function tools
|
function tools
|
||||||
echo $TOOLBOX
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue