(bash) export editor to use nvim

This commit is contained in:
jc 2024-12-28 16:01:01 -05:00
commit f97c9dea34

View file

@ -394,7 +394,7 @@ fi
export BAT_THEME="ansi" export BAT_THEME="ansi"
# walk editor # walk editor
export EDITOR=vim export EDITOR=nvim
bc() { bc() {
mac=$(bluetoothctl devices | rg "$1" | awk '{print $2}') mac=$(bluetoothctl devices | rg "$1" | awk '{print $2}')