addet clear function

This commit is contained in:
pika 2024-08-18 14:04:21 +02:00
parent 9d9b84b11c
commit 0b72e77e00

View file

@ -274,14 +274,15 @@ _fetches_() {
if command_exists fastfetch; then
alias ff="fastfetch"
alias clearff="command clear & fastfetch"
alias clearf="command clear & fastfetch"
if fastfetch --config os >/dev/null 2>&1; then
alias f="fastfetch --config os"
else
git clone https://git.k4li.de/mirrors/fastfetch.git $HOME/.local/share/fastfetch >/dev/null 2>&1
exec $SHELL
fi
alias clear="clear & ff"
fi
clearf
}
_nmap_() {