addet icons

This commit is contained in:
pika 2025-04-28 14:00:59 +02:00
parent 7f678e204f
commit c1995e6a97

4
.zshrc
View file

@ -573,10 +573,10 @@ __alias__() {
# ─< d stands for docker >────────────────────────────────────────────────────────────────── # ─< d stands for docker >──────────────────────────────────────────────────────────────────
if command_exists docker; then if command_exists docker; then
echo_warning "Using docker!" echo_warning "󰡨 Using docker!"
__docker__ __docker__
elif command_exists podman-compose; then elif command_exists podman-compose; then
echo_warning "Using podman!!" echo_warning "Using podman!! "
__podman__ __podman__
fi fi