Mercurial > dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
474:f3a6e8090a2d | 475:6788bd8d86c5 |
---|---|
11 | 11 |
12 PROMPT_COMMAND=prompt_env | 12 PROMPT_COMMAND=prompt_env |
13 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\]" | 13 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\]" |
14 | 14 |
15 | 15 |
16 alias ls="ls --hyperlink=auto" | 16 alias ls="ls" |
17 alias ll="ls -lAvhtr --color --hyperlink=auto" | 17 alias ll="ls -lAvhtr --color" |
18 alias l=ll | 18 alias l=ll |
19 alias fgrep='fgrep -nrI --color --exclude-dir=.hg --exclude=*.log --exclude=*.dup --exclude=*.orig --exclude=transcript --exclude=tags --exclude=Session.vim' | 19 alias fgrep='fgrep -nrI --color --exclude-dir=.hg --exclude=*.log --exclude=*.dup --exclude=*.orig --exclude=transcript --exclude=tags --exclude=Session.vim' |
20 alias xclip='xclip -selection clipboard' | 20 alias xclip='xclip -selection clipboard' |
21 alias mvim=gvim | 21 alias mvim=gvim |
22 | 22 |