# HG changeset patch # User zegervdv # Date 1632580829 -7200 # Node ID c72fa6d32653813ade832da07998e441e9287703 # Parent 899cded39cd3138a996afdcfe9a16dccd5b3d6e3 Enable hyperlinks in ls diff -r 899cded39cd3 -r c72fa6d32653 dot_bashrc --- a/dot_bashrc Fri Sep 24 15:03:52 2021 +0200 +++ b/dot_bashrc Sat Sep 25 16:40:29 2021 +0200 @@ -13,7 +13,8 @@ PS1="\[\e[36m\]\A \[\e[1;34m\]\[\e[31m\]\H\[\e[1;34m\] \w\[\e[0m\] \[\e[32m\]$prompt_branch\[\e[0m\]\n$prompt_jobs > \[\e[0m\]" -alias ll="ls -lAvhtr --color" +alias ls="ls --hyperlink=auto" +alias ll="ls -lAvhtr --color --hyperlink=auto" alias l=ll alias fgrep='fgrep -nrI --color --exclude-dir=.hg --exclude=*.log --exclude=*.dup --exclude=*.orig --exclude=transcript --exclude=tags --exclude=Session.vim' alias xclip='xclip -selection clipboard'