diff dot_bashrc @ 467:c72fa6d32653

Enable hyperlinks in ls
author zegervdv <zegervdv@me.com>
date Sat, 25 Sep 2021 16:40:29 +0200
parents cf524a68bebc
children 6788bd8d86c5
line wrap: on
line diff
--- 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'