From a563e82e335d5b302239bfcbc482327f68b406f3 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Fri, 8 Nov 2024 15:33:43 +0200 Subject: [PATCH] chore(base): add lando, eza fix if missing --- base/zshrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/base/zshrc b/base/zshrc index 8d7a577..c637ebd 100755 --- a/base/zshrc +++ b/base/zshrc @@ -53,7 +53,7 @@ load_antigen() antigen bundle brew antigen bundle colored-man-pages antigen bundle zsh-users/zsh-completions - antigen bundle eza + x-have eza && antigen bundle eza # this needs to be the last item antigen bundle zsh-users/zsh-syntax-highlighting @@ -99,3 +99,7 @@ main() } main "$@" + +# Lando +export PATH="$HOME/.lando/bin${PATH+:$PATH}"; #landopath +