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)"
|
||||
|
||||
@@ -104,6 +104,7 @@
|
||||
- mediainfo
|
||||
- hyprpicker
|
||||
- swww
|
||||
- sddm
|
||||
- swayidle
|
||||
- grimblast-git
|
||||
- cliphist
|
||||
|
||||
Reference in New Issue
Block a user