zsh shift+enter + android exports

This commit is contained in:
Jonas H
2026-06-19 10:48:03 +02:00
parent 43bd96939f
commit cfc3e3d737

View File

@@ -32,6 +32,12 @@ source ~/.zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.
bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down
# Shift+Enter: insert a literal newline (no \ continuation, no ∙ dots)
# Requires kitty keyboard protocol enabled in the terminal (already set in wezterm.lua)
insert-newline() { LBUFFER+=$'\n' }
zle -N insert-newline
bindkey '\e[13;2u' insert-newline
unsetopt autocd
alias hooknloop='godot --display-driver wayland --rendering-driver opengl3 ~/shared/godot-projects/hooknloop/project.godot'
@@ -49,6 +55,7 @@ export REAL_DEBRID_API_KEY="HQVUOC3ALUHIIQCFQK4UOV2GVGVLQKKHEWFWKN77G6URFBTQMUTQ
export HF_TOKEN=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
export OPENCODE_API_KEY=sk-oU07900FhkKHUSpwEI8SiWjoZmV2kg8TUhVwfRWcPOjaHHq8b0dCPrb1PQNuLnh0
export LLAMA_CACHE="/home/jonas/gguf_models"
export LD_LIBRARY_PATH="$HOME/.local/lib64${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
export PATH=~/.npm-global/bin:$PATH
@@ -74,7 +81,7 @@ if command -v tmux &>/dev/null && [ -z "$TMUX" ]; then
fi
# Android build environment
export ANDROID_NDK_HOME="$HOME/Android/Sdk/ndk/27.2.12479018"
export ANDROID_NDK_HOME="$HOME/Android/Sdk/ndk/29.0.14206865"
export ANDROID_KEYSTORE_PATH="$HOME/projects/brain/upload.jks"
export ANDROID_KEYSTORE_PASSWORD="ArtHouse5"
export ANDROID_KEY_ALIAS="upload"