CigarettesAfterSex Online Prompt minimal for Termux
Motivating: To disguise the @ symbol prefix bug that was hard to get rid of in the default termux prompt (bash), I made a Casex prompt to solve the bad prompt problem in termux to be equivalent to PS1 zsh or fish.
- rustc
- python3 (package)
- hr (package)
- bash-preexec (plugin)
rustc -o casex main.rs && mv casex ../usr/bin
## Configurations
#Comment this line if you want a dynamic prompt. (Komentari baris ini jika Anda ingin tampilan prompt dinamis)
trap '' WINCH
# This make prompt statically (Ini akan membuat prompt menjadi statis)
# Hook prompt
eval "$(casex init bash)"