diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-28 10:11:16 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-28 10:11:16 -0500 |
commit | 8cee115abbac406efce7fbfc4bf66dca650414cd (patch) | |
tree | 17ce541634d05355eaa6d70e7fca13f626554cb0 /dot_config/zsh/aliasrc | |
parent | Use the SSH kitten when using kitty (diff) | |
download | dotfiles-8cee115abbac406efce7fbfc4bf66dca650414cd.tar dotfiles-8cee115abbac406efce7fbfc4bf66dca650414cd.tar.gz dotfiles-8cee115abbac406efce7fbfc4bf66dca650414cd.tar.bz2 dotfiles-8cee115abbac406efce7fbfc4bf66dca650414cd.tar.lz dotfiles-8cee115abbac406efce7fbfc4bf66dca650414cd.tar.xz dotfiles-8cee115abbac406efce7fbfc4bf66dca650414cd.tar.zst dotfiles-8cee115abbac406efce7fbfc4bf66dca650414cd.zip |
add hyperlinks
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | dot_config/zsh/aliasrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/zsh/aliasrc b/dot_config/zsh/aliasrc index 8b7001e..191bc51 100644 --- a/dot_config/zsh/aliasrc +++ b/dot_config/zsh/aliasrc @@ -40,7 +40,7 @@ alias \ ll="eza -alg --group-directories-first" \ lt='eza -aTF --group-directories-first' \ lr='eza -aRF' \ - grep="rg --color=auto" \ + grep="rg --color=auto --hyperlink-format=file://{wslprefix}{path}" \ diff="delta" \ cat='bat --paging=never --style=plain' \ |