Added bash editor env var

This commit is contained in:
2024-06-02 18:53:52 +02:00
parent 30df2d5faf
commit c29c755c14
2 changed files with 5 additions and 0 deletions

View File

@@ -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)"