# HG changeset patch # User zegervdv # Date 1632581782 -7200 # Node ID 5c1146abe8e7111e9182f536ebc048c95dea4ede # Parent c72fa6d32653813ade832da07998e441e9287703 Add hyperlinks in zsh too diff -r c72fa6d32653 -r 5c1146abe8e7 dot_config/kitty/kitty.conf.tmpl --- a/dot_config/kitty/kitty.conf.tmpl Sat Sep 25 16:40:29 2021 +0200 +++ b/dot_config/kitty/kitty.conf.tmpl Sat Sep 25 16:56:22 2021 +0200 @@ -53,3 +53,4 @@ map f1 toggle_marker iregex 1 \berror\b linux_display_server x11 +editor nvim diff -r c72fa6d32653 -r 5c1146abe8e7 dot_zshrc --- a/dot_zshrc Sat Sep 25 16:40:29 2021 +0200 +++ b/dot_zshrc Sat Sep 25 16:56:22 2021 +0200 @@ -196,9 +196,9 @@ compdef _rg rg # Aliases -alias l="ls -haltr" -alias ll="ls -haltr" -alias ls="ls" +alias l="ls -haltr --hyperlink=auto" +alias ll="ls -haltr --hyperlink=auto" +alias ls="ls --hyperlink=auto" alias xclip='xclip -selection clipboard' alias view='nvim -R'