mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-14 22:53:21 +00:00
chore(base): add lando, eza fix if missing
This commit is contained in:
@@ -53,7 +53,7 @@ load_antigen()
|
|||||||
antigen bundle brew
|
antigen bundle brew
|
||||||
antigen bundle colored-man-pages
|
antigen bundle colored-man-pages
|
||||||
antigen bundle zsh-users/zsh-completions
|
antigen bundle zsh-users/zsh-completions
|
||||||
antigen bundle eza
|
x-have eza && antigen bundle eza
|
||||||
|
|
||||||
# this needs to be the last item
|
# this needs to be the last item
|
||||||
antigen bundle zsh-users/zsh-syntax-highlighting
|
antigen bundle zsh-users/zsh-syntax-highlighting
|
||||||
@@ -99,3 +99,7 @@ main()
|
|||||||
}
|
}
|
||||||
|
|
||||||
main "$@"
|
main "$@"
|
||||||
|
|
||||||
|
# Lando
|
||||||
|
export PATH="$HOME/.lando/bin${PATH+:$PATH}"; #landopath
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user