From f26c5bee89687609ccf7f83e06a9454610325c67 Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Mon, 9 Feb 2026 20:16:33 +0100 Subject: add new env vars --- .config/shell/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/shell/.zshrc') diff --git a/.config/shell/.zshrc b/.config/shell/.zshrc index de03f2b..1dc3dc6 100644 --- a/.config/shell/.zshrc +++ b/.config/shell/.zshrc @@ -153,8 +153,8 @@ bindkey -M viins '^t' htop_widget bindkey -M vicmd '^t' htop_widget # ─── 10) Tool initializations ───────────────────────────────────────────────── -eval "$(zoxide init zsh)" -eval "$(thefuck --alias)" +command -v zoxide >/dev/null && eval "$(zoxide init zsh)" +command -v thefuck >/dev/null && eval "$(thefuck --alias)" # ─── 11) Local overrides (create this file if needed) ───────────────────────── [ -f ~/.zshrc.local ] && source ~/.zshrc.local -- cgit v1.2.3