Mercurial > dotfiles
changeset 467:c72fa6d32653
Enable hyperlinks in ls
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 25 Sep 2021 16:40:29 +0200 |
parents | 899cded39cd3 |
children | 5c1146abe8e7 |
files | dot_bashrc |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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'