Added bash editor env var
This commit is contained in:
@@ -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)"
|
||||||
|
|||||||
@@ -104,6 +104,7 @@
|
|||||||
- mediainfo
|
- mediainfo
|
||||||
- hyprpicker
|
- hyprpicker
|
||||||
- swww
|
- swww
|
||||||
|
- sddm
|
||||||
- swayidle
|
- swayidle
|
||||||
- grimblast-git
|
- grimblast-git
|
||||||
- cliphist
|
- cliphist
|
||||||
|
|||||||
Reference in New Issue
Block a user