feat: Added command

This commit is contained in:
2026-06-20 18:40:57 +05:30
parent 0978403fa2
commit bad324a5cd
16 changed files with 182 additions and 218 deletions

View File

@@ -42,15 +42,7 @@ install_fzf() {
install_zoxide() {
if has_command zoxide || [ -f "$HOME/.local/bin/zoxide" ]; then
if ! confirm "Zoxide is already installed. Reinstall/Upgrade?"; then
log_info "Skipping Zoxide installation."
return
fi
else
if ! confirm "Install Zoxide?"; then
log_info "Skipping Zoxide installation."
return
fi
log_info "Zoxide is already installed."
fi
install_curl