Explorar o código

explicitly set TERMINAL for nvim.desktop to work

Casey DeLorme hai 6 días
pai
achega
b5618989a4
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      install/etc/skel/.bash_profile

+ 3 - 2
install/etc/skel/.bash_profile

@@ -11,8 +11,9 @@ export XDG_DATA_DIRS="$XDG_DATA_DIRS:$HOME/.local/share"
 # set language, editor, augment history behavior, enable dynamic resize
 export LANG=en_US.UTF-8
 export LANGUAGE=en_US.UTF-8
-export TerminalEmulator=alacritty
-export EDITOR=/usr/bin/vim
+export TERMINAL=/usr/bin/alacritty
+export TerminalEmulator=/usr/bin/alacritty
+export EDITOR=/usr/bin/nvim
 export BROWSER=/usr/bin/brave
 export HISTFILE="$HOME/.bash_history"
 export HISTCONTROL=ignoreboth:erasedups