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
|
||||
end
|
||||
clear & f
|
||||
alias clear='clear & f && pwd'
|
||||
alias clear='clear & f'
|
||||
end
|
||||
|
||||
# ─< set nmap-alias >───────────────────────────────────────────────────────────────────────
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue