Set default editor.
This commit is contained in:
parent
e2c966b187
commit
0eafade63e
1 changed files with 3 additions and 0 deletions
|
|
@ -44,5 +44,8 @@ if [[ -f "${HOME}/.bash_completion" ]]; then
|
||||||
source "${HOME}"/.bash_completion
|
source "${HOME}"/.bash_completion
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Editor
|
||||||
|
export EDITOR="nvim"
|
||||||
|
|
||||||
# Starship
|
# Starship
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue