fix: changes

This commit is contained in:
pika 2025-03-17 12:33:59 +01:00
parent 03efc49158
commit 757efc3ec6
2 changed files with 6 additions and 3 deletions

2
.zshrc
View file

@ -1,5 +1,3 @@
[[ -e "$HOME/.zshdef" ]] && . "$HOME/.zshdef" # <-- Defaults like echos and colors
# ─< Check if the given command exists silently >─────────────────────────────────────────
command_exists() {
command -v "$@" >/dev/null 2>&1