addet icons
This commit is contained in:
parent
7f678e204f
commit
c1995e6a97
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -573,10 +573,10 @@ __alias__() {
|
|||
|
||||
# ─< d stands for docker >──────────────────────────────────────────────────────────────────
|
||||
if command_exists docker; then
|
||||
echo_warning "Using docker!"
|
||||
echo_warning " Using docker!"
|
||||
__docker__
|
||||
elif command_exists podman-compose; then
|
||||
echo_warning "Using podman!!"
|
||||
echo_warning " Using podman!! "
|
||||
__podman__
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue