feat: added lineage signing keys env var

This commit is contained in:
2026-07-29 14:27:05 +00:00
parent 1090058c08
commit a6ef8ff9c5

3
.zshrc
View File

@@ -21,6 +21,9 @@ if [[ -n $ZMX_SESSION ]]; then
export PS1="[$ZMX_SESSION] ${PS1}" export PS1="[$ZMX_SESSION] ${PS1}"
fi fi
export ANDROID_PW_FILE="/tmp/key_list.txt"
export EDITOR="nvim"
# Set list of themes to pick from when loading at random # Set list of themes to pick from when loading at random
# Setting this variable when ZSH_THEME=random will cause zsh to load # Setting this variable when ZSH_THEME=random will cause zsh to load
# a theme from this variable instead of looking in $ZSH/themes/ # a theme from this variable instead of looking in $ZSH/themes/