Mercurial > dotfiles
comparison dot_bashrc @ 490:f49b0b91925c
Setup SUDO_EDITOR to use nvim
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 27 Nov 2021 15:56:23 +0100 |
parents | 6788bd8d86c5 |
children | f1d1eab204aa |
comparison
equal
deleted
inserted
replaced
489:1635e29e0ed4 | 490:f49b0b91925c |
---|---|
102 | 102 |
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 export SUDO_EDITOR=nvim | |
107 | 108 |
108 stty > /dev/null | 109 stty > /dev/null |
109 | 110 |
110 # Options | 111 # Options |
111 shopt -s globstar | 112 shopt -s globstar |