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 # If not running interactively, don't do anything
[[ $- != *i* ]] && return [[ $- != *i* ]] && return
# Env vars
export EDITOR=nvim
export VISUAL=nvim
# Load starship prompt if starship is installed # Load starship prompt if starship is installed
if [ -f /usr/bin/starship ]; then if [ -f /usr/bin/starship ]; then
eval "$(starship init bash)" eval "$(starship init bash)"

View File

@@ -104,6 +104,7 @@
- mediainfo - mediainfo
- hyprpicker - hyprpicker
- swww - swww
- sddm
- swayidle - swayidle
- grimblast-git - grimblast-git
- cliphist - cliphist