Android bundletool

This commit is contained in:
powermaker450 2024-12-07 14:03:13 -05:00
parent a3f9688803
commit ca67559a84
2 changed files with 5 additions and 1 deletions

View file

@ -36,3 +36,7 @@ alias dcud="docker compose up -d"
#
## Debian, Ubuntu and friends
alias nala="sudo nala"
#
#
## Android Bundle tool
alias bundletool="java -jar ~/Android/bundletool.jar"

View file

@ -2,4 +2,4 @@
fignore=(.class)
# Set env vars according to the installed programs
nvim -v 2>&1 >/dev/null && export EDITOR=nvim && export MANPAGER="nvim +Man!"
nvim -v 2>&1 >/dev/null && export EDITOR=nvim && export MANPAGER="nvim +Man!" && export PAGER="nvim +Man!"