diff options
author | Alexis Hovorka <[email protected]> | 2021-01-02 19:16:31 -0700 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2021-01-02 19:16:31 -0700 |
commit | 535603b8d82e349a010b2f5532198a04d8b9f14a (patch) | |
tree | 497953c51e80c074a6d28e3a147c8f9a40d108b0 /termux.yaml | |
parent | adacf312afaaf1d028d7004b2be347ebe570ce7f (diff) |
[fix] Make a few little tweaks to keep Termux happy
Diffstat (limited to 'termux.yaml')
-rw-r--r-- | termux.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/termux.yaml b/termux.yaml index 433907e..708ce38 100644 --- a/termux.yaml +++ b/termux.yaml @@ -11,4 +11,4 @@ ~/.termux/termux.properties: termux/termux.properties - shell: - - chsh -s zsh + - chsh -s zsh || true |