+ [2 files changed]

* Removed mcpelauncher scripts (mcpe on linux is ded, thx mojang)
* Re-added EDITOR env (still used by other command)
* Migration from NCM2 to DDC+nvimlsp
This commit is contained in:
ziro 2022-07-03 12:58:30 +07:00
parent eed95afc24
commit 98395e5ad5
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 105 additions and 180 deletions

View file

@ -35,8 +35,10 @@ export XMODIFIERS=@im="ibus"
export QT_QPA_PLATFORMTHEME="qt5ct"
if [[ -n $SSH_CONNECTION ]]; then
export VISUAL="vim"
export EDITOR="vim"
else
export VISUAL="nvim"
export EDITOR="nvim"
fi
export BROWSER="librewolf"
# export BROWSER="waterfox-g3"