Added bash editor env var
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
# Env vars
|
||||
export EDITOR=nvim
|
||||
export VISUAL=nvim
|
||||
|
||||
# Load starship prompt if starship is installed
|
||||
if [ -f /usr/bin/starship ]; then
|
||||
eval "$(starship init bash)"
|
||||
|
||||
Reference in New Issue
Block a user