+ [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:
parent
eed95afc24
commit
98395e5ad5
4 changed files with 105 additions and 180 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue