Mercurial > dotfiles
changeset 468:5c1146abe8e7
Add hyperlinks in zsh too
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 25 Sep 2021 16:56:22 +0200 |
parents | c72fa6d32653 |
children | c983b1061bab |
files | dot_config/kitty/kitty.conf.tmpl dot_zshrc |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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'