From 50a43f4b51a420ad8dc85466b1f0bbec7a98e1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Sun, 6 Feb 2022 12:07:26 +0100 Subject: add gvim --- bashrc | 1 + godot-update | 1 + 2 files changed, 2 insertions(+) diff --git a/bashrc b/bashrc index b2402e2..2ae20ed 100644 --- a/bashrc +++ b/bashrc @@ -83,6 +83,7 @@ set_if_not_in 'PATH' ${GEM_HOME}/bin # catch and eval dmalloc output #function dmalloc { eval `command dmalloc -b $*`; } alias vim=nvim +alias gvim='nvim --listen godothost .' alias vimdiff="nvim -d" alias fuck='eval $(thefuck $(fc -ln -1)); history -r' alias kk='khal calendar' diff --git a/godot-update b/godot-update index 37dbd61..d1dadce 100755 --- a/godot-update +++ b/godot-update @@ -101,3 +101,4 @@ strip godot/bin/godo.* ls -lh godot/bin/ # scons -j4 platform=linuxbsd target=release_debug tools=yes pulseaudio=no bits=64 warnings=no #custom_modules=../modules +# scons -j4 platform=android target=debug android_arch=arm64v8 ndk_platform=android-22 tools=no disable_3d=true -- cgit v1.1-2-g2b99