Mercurial > dotfiles
comparison dot_zshrc @ 490:f49b0b91925c
Setup SUDO_EDITOR to use nvim
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 27 Nov 2021 15:56:23 +0100 |
parents | 85bc5605b2e0 |
children | f1d1eab204aa |
comparison
equal
deleted
inserted
replaced
489:1635e29e0ed4 | 490:f49b0b91925c |
---|---|
205 export XDG_CONFIG_HOME=$HOME/.config | 205 export XDG_CONFIG_HOME=$HOME/.config |
206 export PATH=$HOME/bin:$PATH | 206 export PATH=$HOME/bin:$PATH |
207 | 207 |
208 export EDITOR=nvim | 208 export EDITOR=nvim |
209 export HGEDITOR=nvim | 209 export HGEDITOR=nvim |
210 export SUDO_EDITOR=nvim | |
210 | 211 |
211 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh | 212 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh |
212 export FZF_DEFAULT_COMMAND='ag -g ""' | 213 export FZF_DEFAULT_COMMAND='ag -g ""' |
213 [ -f ~/.zshrc.local ] && source ~/.zshrc.local | 214 [ -f ~/.zshrc.local ] && source ~/.zshrc.local |