My fish in termux setup

*
planted: 23/02/2024last tended: 06/03/2026

Things I've done to setup fish in termux on my phone.

Install fish:

pkg install fish

Set as default shell:

chsh -s fish

Get a more suitable prompt for mobile screen size:

fish_config prompt save minimalist

vi bindings:

fish_vi_key_bindings

Update completions:

pkg install python
fish_update_completions
abbr -a gac "git add . && git commit"
abbr -a gpl git pull
abbr -a gps git push

1. Elsewhere

1.1. In my garden

Notes that link to this note (AKA backlinks).

1.3. Mentions

Recent changes. Source. Peer Production License.