Terminal beep when using the ping command

This commit is contained in:
powermaker450 2025-01-15 09:59:52 -05:00
parent c421668fca
commit ab16973cac

View file

@ -7,6 +7,7 @@
alias ls="ls -A --color=tty" alias ls="ls -A --color=tty"
alias du="du -sh" alias du="du -sh"
lsd --version 2>&1 >/dev/null && alias ls="lsd -A --color always" || alias ls="ls -A --color=tty" lsd --version 2>&1 >/dev/null && alias ls="lsd -A --color always" || alias ls="ls -A --color=tty"
alias ping="ping -a"
# #
# #
## Kitty ## Kitty