mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(eza): add hyperlink option (#12545)
This commit is contained in:
parent
608d62b2a5
commit
5b37e218e5
2 changed files with 13 additions and 0 deletions
|
|
@ -38,6 +38,9 @@ function _configure_eza() {
|
|||
if [[ $_val ]]; then
|
||||
_EZA_TAIL+=("--time-style='$_val'")
|
||||
fi
|
||||
if zstyle -t ":omz:plugins:eza" "hyperlink"; then
|
||||
_EZA_TAIL+=("--hyperlink")
|
||||
fi
|
||||
}
|
||||
|
||||
_configure_eza
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue