Mercurial > dotfiles
comparison 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 |
comparison
equal
deleted
inserted
replaced
466:899cded39cd3 | 467:c72fa6d32653 |
---|---|
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 ll="ls -lAvhtr --color" | 16 alias ls="ls --hyperlink=auto" |
17 alias ll="ls -lAvhtr --color --hyperlink=auto" | |
17 alias l=ll | 18 alias l=ll |
18 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' |
19 alias xclip='xclip -selection clipboard' | 20 alias xclip='xclip -selection clipboard' |
20 alias mvim=gvim | 21 alias mvim=gvim |
21 | 22 |