summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2022-02-06 12:07:26 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2022-02-06 12:07:26 +0100
commit50a43f4b51a420ad8dc85466b1f0bbec7a98e1d2 (patch)
tree952a284fcb9265fdfc44d77032bc9f9c6f831d98
parente2e40fd6c03f7bde3d93872fc992ccaa86db6dd4 (diff)
downloadbin-50a43f4b51a420ad8dc85466b1f0bbec7a98e1d2.zip
bin-50a43f4b51a420ad8dc85466b1f0bbec7a98e1d2.tar.gz
add gvim
-rw-r--r--bashrc1
-rwxr-xr-xgodot-update1
2 files changed, 2 insertions, 0 deletions
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