Mercurial > dotfiles
comparison dot_bashrc @ 504:1403bfc694e4
Add ripgrep configuration file
author | zegervdv <zegervdv@me.com> |
---|---|
date | Thu, 09 Dec 2021 09:06:14 +0100 |
parents | f1d1eab204aa |
children | 36ba70d17fd6 |
comparison
equal
deleted
inserted
replaced
503:18c6eb4d5c71 | 504:1403bfc694e4 |
---|---|
103 alias psm='/bin/ps -u $USER --sort pgid,time,size,time,pcpu -o pid,pgid,state,user,start_time,time,size:9,pcpu,command --forest' | 103 alias psm='/bin/ps -u $USER --sort pgid,time,size,time,pcpu -o pid,pgid,state,user,start_time,time,size:9,pcpu,command --forest' |
104 | 104 |
105 export EDITOR=nvim | 105 export EDITOR=nvim |
106 export HGEDITOR=nvim | 106 export HGEDITOR=nvim |
107 | 107 |
108 export RIPGREP_CONFIG_PATH=$HOME/.config/ripgrep/ripgreprc | |
109 | |
108 stty > /dev/null | 110 stty > /dev/null |
109 | 111 |
110 # Options | 112 # Options |
111 shopt -s globstar | 113 shopt -s globstar |
112 shopt -s autocd | 114 shopt -s autocd |