diff dot_bashrc @ 475:6788bd8d86c5

Disable hyperlinks in ls
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 21 Oct 2021 10:08:59 +0200
parents c72fa6d32653
children f49b0b91925c
line wrap: on
line diff
--- a/dot_bashrc	Sun Oct 03 18:10:38 2021 +0200
+++ b/dot_bashrc	Thu Oct 21 10:08:59 2021 +0200
@@ -13,8 +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 ls="ls --hyperlink=auto"
-alias ll="ls -lAvhtr --color --hyperlink=auto"
+alias ls="ls"
+alias ll="ls -lAvhtr --color"
 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'