mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-09 00:40:41 +01:00
feat(eza): add hyperlink option (#12545)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user