summaryrefslogtreecommitdiffstats
path: root/dot_config/zsh/aliasrc
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-10-28 10:11:16 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-10-28 10:11:16 -0500
commit8cee115abbac406efce7fbfc4bf66dca650414cd (patch)
tree17ce541634d05355eaa6d70e7fca13f626554cb0 /dot_config/zsh/aliasrc
parentUse the SSH kitten when using kitty (diff)
downloaddotfiles-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/aliasrc2
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' \