mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:06:40 +02:00
create clickable links in ls output if configured (#6333)
* create clickable links in ls output if configured * move some comments
This commit is contained in:
@ -266,6 +266,7 @@ let-env config = {
|
||||
# truncating_suffix: "..."
|
||||
}
|
||||
show_banner: true # true or false to enable or disable the banner
|
||||
show_clickable_links_in_ls: true # true or false to enable or disable clickable links in the ls listing. your terminal has to support links.
|
||||
|
||||
hooks: {
|
||||
pre_prompt: [{
|
||||
|
Reference in New Issue
Block a user