#!/usr/bin/env zsh if [ -n "$TERMUX_VERSION" ]; then PS1="%B%F{green}[%F{blue}%U%~%u%F{green}]%f%b%(!.#.$) " PS1OVERRIDE=1 export ZPLUGINSDIR=~/.local/share/zsh/zplugins export ZPLUGNOROOT=1 fi