mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-03-13 21:33:22 +01:00
Add detection of eza command
This commit is contained in:
parent
6ad7ca7c13
commit
16907c18d1
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
|
||||
if ! (( $+commands[eza] )); then
|
||||
print "zsh eza plugin: eza not found. Please install eza before using this plugin." >&2
|
||||
return 1
|
||||
fi
|
||||
|
||||
typeset -a _EZA_HEAD
|
||||
typeset -a _EZA_TAIL
|
||||
|
|
Loading…
Add table
Reference in a new issue